Create a Font Awesome Bootstrap checkbox that can be used to specify logical values.
awesomeCheckboxGroup(inputId, label, choices, selected = NULL,
inline = FALSE, status = "primary", width = NULL)
The input
slot that will be used to access the value.
Input label.
List of values to show checkboxes for.
The values that should be initially selected, if any.
If TRUE, render the choices inline (i.e. horizontally)
Color of the buttons
The width of the input
A checkbox control that can be added to a UI definition.