You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabian-flassig edited this page Jul 31, 2026
·
2 revisions
Create a radio button for the user to select one of multiple options. The radio button for the first option must have been created with the create_radio_button function. The radio buttons for the other options should be created with this function. Use the set_control_checked function to initialize the radio button state.
Index of the column or specification of the column-span, where the control is placed.
text
string
Initial text-content of the control
Return value
Type
Description
control_handle
A handle to the newly created control
Events
When the user changes the selected option of a radio button group, (e.g. by clicking on one button), the on_click handler for the newly selected option is called.