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