R/el_radio_group.R
update_el_radio_group.Rd
Server-side update for el_radio_group(). Sends a custom message to update reactive fields on the underlying Vue instance.
el_radio_group()
update_el_radio_group( session, id, value = NULL, options = NULL, disabled = NULL )
Shiny session object.
Radio group input ID (un-namespaced).
New selected value.
New choices: named character vector or list(list(value=, label=), ...).
list(list(value=, label=), ...)
New disabled state.