checkboxInput: Checkbox Input Control

Description Usage Arguments Value See Also Examples

Description

Create a checkbox that can be used to specify logical values.

Usage

1
checkboxInput(inputId, label, value = FALSE)

Arguments

inputId

Input variable to assign the control's value to.

label

Display label for the control.

value

Initial value (TRUE or FALSE).

Value

A checkbox control that can be added to a UI definition.

See Also

checkboxGroupInput, updateCheckboxInput

Other input.elements: animationOptions, sliderInput; checkboxGroupInput; dateInput; dateRangeInput; numericInput; radioButtons; selectInput, selectizeInput; submitButton; textInput

Examples

1
checkboxInput("outliers", "Show outliers", FALSE)

rstudio/shinybootstrap2 documentation built on May 28, 2019, 7:54 a.m.