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