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