Description Usage Arguments Value
Create a Font Awesome Bootstrap checkbox that can be used to specify logical values.
1 2 | awesomeCheckboxGroup(inputId, label, choices, selected = NULL,
inline = FALSE, status = "primary", width = NULL)
|
inputId |
The |
label |
Input label. |
choices |
List of values to show checkboxes for. |
selected |
The values that should be initially selected, if any. |
inline |
If TRUE, render the choices inline (i.e. horizontally) |
status |
Color of the buttons |
width |
The width of the input |
A checkbox control that can be added to a UI definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.