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
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 check box state, the on_click handler is called on_click_handler(new_state) with one boolean parameter new_state for the new state of the checkbox.