isChecked()
Report whether the checkbox is checked.
checkbox.isChecked()
Returns
return isChecked
| Value | Type | Description |
|---|---|---|
| isChecked | bool |
True if the checkbox is checked, False otherwise. |
Report whether the checkbox is checked.
checkbox.isChecked()
return isChecked
| Value | Type | Description |
|---|---|---|
| isChecked | bool |
True if the checkbox is checked, False otherwise. |