checkboxInput | R Documentation |
Modifications to checkboxinput to allow added styles
checkboxInput(inputId, label, value = FALSE, width = NULL, inline = FALSE)
inputId |
The identification name |
label |
The label for the input |
value |
The current value of the input |
width |
width of the text input |
inline |
make inline or block format |
HTML elements of a checkbox
For more information on the features of the form, visit the examples section of the help documentation
checkboxInput("somevalue", "Some value", FALSE)
checkboxInput("somevalue", "Some value", value = FALSE, inline = TRUE)
checkboxInput("somevalue", "Some value", FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.