Skip to content

isChecked()

Report whether the checkbox is checked.

Parameters

Once an object checkbox has been created, you can use the following function:

checkbox.isChecked()

Returns

return isChecked

Value Type Description
isChecked bool True if the checkbox is checked, False otherwise.