powered by
Modifications to checkboxinput to allow added styles
checkboxInput(inputId, label, value = FALSE, width = NULL, inline = FALSE)
HTML elements of a checkbox
The identification name
The label for the input
The current value of the input
width of the text input
make inline or block format
checkboxInput("somevalue", "Some value", FALSE) checkboxInput("somevalue", "Some value", value = FALSE, inline = TRUE) checkboxInput("somevalue", "Some value", FALSE)
Run the code above in your browser using DataLab