powered by
checkboxGroupInput(inputId, label, choices, selected = NULL, inline = FALSE, width = NULL)
input
NULL
TRUE
'400px'
'100%'
validateCssUnit
checkboxInput
updateCheckboxGroupInput
Other input.elements: actionButton, actionLink; animationOptions, sliderInput; checkboxInput; dateInput; dateRangeInput; fileInput; numericInput; passwordInput; radioButtons; selectInput, selectizeInput; submitButton; textInput
actionButton
actionLink
animationOptions
sliderInput
dateInput
dateRangeInput
fileInput
numericInput
passwordInput
radioButtons
selectInput
selectizeInput
submitButton
textInput
checkboxGroupInput("variable", "Variable:", c("Cylinders" = "cyl", "Transmission" = "am", "Gears" = "gear"))
Run the code above in your browser using DataLab