Description Usage Arguments Value See Also Examples
Create a checkbox that can be used to specify logical values.
1 | checkboxInput(inputId, label, value = FALSE)
|
inputId |
Input variable to assign the control's value to. |
label |
Display label for the control. |
value |
Initial value ( |
A checkbox control that can be added to a UI definition.
checkboxGroupInput, updateCheckboxInput
Other input.elements: animationOptions,
sliderInput;
checkboxGroupInput;
dateInput; dateRangeInput;
numericInput; radioButtons;
selectInput, selectizeInput;
submitButton; textInput
1 | checkboxInput("outliers", "Show outliers", FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.