update_checkbox_colnames | R Documentation |
Update a Checkbox Group with Column Names
update_checkbox_colnames(id, x, exclude = reactive(NULL), select = TRUE)
id |
A |
x |
A reactive |
exclude |
A reactive |
select |
A |
A reactive character
vector of column names.
Side effect: change the value of a checkbox group on the client.
checkbox_ui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.