Change the value of a radio input on the client
updateAwesomeCheckboxGroup(session, inputId, label = NULL, choices = NULL,
selected = NULL, inline = FALSE, status = "primary")
The session object passed to function given to shinyServer.
The id of the input object.
Input label.
List of values to show checkboxes for.
The values that should be initially selected, if any.
If TRUE, render the choices inline (i.e. horizontally)
Color of the buttons