powered by
Change the value of a material_radio_button on the client.
update_material_radio_button(session, input_id, value = NULL)
The session object passed to function given to shinyServer.
The input_id of the material_radio_button.
The value to set for the material_radio_button.
material_radio_button
# NOT RUN { update_material_radio_button( session, input_id = "example_radio_button", value = "new_value" ) # }
Run the code above in your browser using DataLab