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. After creating the radio button for the first option with this function, use create_linked_radio_button for the subsequent options. Use the set_control_checked function to initialize the radio button state.
Note that the drop list is another way to let the user select one of multiple options. The drop list is more compact but also more cumbersome to use.
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.