There was an error while loading. Please reload this page.
Sets the checked-state of a control (for those controls that have a check state).
pyui.set_control_checked(control ,text) control:set_control_checked(text)
control
control_handle
state
string
boolean
true
false
"checked"
"unchecked"
"indeterminate"
None
The on_change handler is not invoked when the text is changed programmatically with this function.
Control Gallery, set_control_text, set_control_selection, set_on_click_handler, create_check_box, create_radio_button