View source: R/input-checkbar.R
checkbarInput | R Documentation |
A stylized checkbox input. The checkbar input appears similar to a group of buttons, but with a checked or highlighted state.
checkbarInput(..., id, choices = NULL, values = choices, selected = NULL)
updateCheckbarInput(
id,
choices = NULL,
values = choices,
selected = NULL,
enable = NULL,
disable = NULL,
session = getDefaultReactiveDomain()
)
choices |
A character vector or list of tag element specifying the
input's choices, defaults to |
values |
A vector of values specifying the values of the input's
choices, defaults to |
selected |
One or more of |
Other inputs:
chipInput()
,
fileInput()
,
formInput()
,
input_button()
,
input_checkbox()
,
listGroupInput()
,
menuInput()
,
radioInput()
,
radiobarInput()
,
rangeInput()
,
selectInput()
,
textInput()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.