powered by
checkboxGroupInput(inputId, label, choices, selected = NULL)
checkboxInput
updateCheckboxGroupInput
Other input.elements: actionButton; animationOptions, sliderInput; checkboxInput; dateInput; dateRangeInput; fileInput; numericInput; radioButtons; selectInput, selectizeInput; submitButton; textInput
actionButton
animationOptions
sliderInput
dateInput
dateRangeInput
fileInput
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