Change the value of a radio input on the client
1 2 | updateAwesomeCheckboxGroup(session, inputId, label = NULL, choices = NULL,
selected = NULL, inline = FALSE, status = "primary")
|
session |
The session object passed to function given to shinyServer. |
inputId |
The id of the input object. |
label |
Input label. |
choices |
List of values to show checkboxes for. |
selected |
The values that should be initially selected, if any. |
inline |
If TRUE, render the choices inline (i.e. horizontally) |
status |
Color of the buttons |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.