Description Usage Arguments Value
A checkbox module UI for shiny applications declaration
1 | checkbox_server(input, output, session, label = "Scale?", value = F)
|
input |
list of inputs used in the shiny application session |
output |
list of outputs used the shiny application session |
session |
The shiny app session object |
label |
Text label of what should be on the checkbox |
value |
logical. True or False flag for the radio buttons default selection |
logical. Checkbox value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.