Change the value of a radio input on the client
updateAwesomeRadio(session, inputId, label = NULL, choices = NULL,
selected = NULL, inline = FALSE, status = "primary", checkbox = FALSE)
The session object passed to function given to shinyServer.
The id of the input object.
Input label.
List of values to select from (if elements of the list are named then that name rather than the value is displayed to the user)
The initially selected value
If TRUE, render the choices inline (i.e. horizontally)
Color of the buttons
Checkbox style