Skip to content

PyCheckbox

Inherits from PyBaseControl

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.

Gets the checked state of the checkbox. Used in python API

Return Type: bool


(isChecked) Sets the checked state of the checkbox. Used in python API

Parameters:

NameTypeOptionalDescription
isCheckedbool❌ NoTrue to check the checkbox, false to uncheck it

Return Type: void (Does not return anything)


Gets the text label displayed next to the checkbox. Used in python API

Return Type: string