PyCheckbox
Class Description
Section titled “Class Description”Inherits from PyBaseControl
Properties
Section titled “Properties”IsChecked
Section titled “IsChecked”Type: bool
Gets the checked state of the checkbox. Used in python API
Type: string
Gets the text label displayed next to the checkbox. Used in python API
No fields found.
No enums found.
Methods
Section titled “Methods”GetIsChecked
Section titled “GetIsChecked”Gets the checked state of the checkbox. Used in python API
Return Type: bool
SetIsChecked
Section titled “SetIsChecked”(isChecked)
Sets the checked state of the checkbox.
Used in python API
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
isChecked | bool | ❌ No | True to check the checkbox, false to uncheck it |
Return Type: void (Does not return anything)
GetText
Section titled “GetText”Gets the text label displayed next to the checkbox. Used in python API
Return Type: string