Signals of type QCheckBox¶
Below is a list of the available signals provided by the QCheckBox type. Click on a signal name to see its detailed description and examples.
| Signal | Description | 
|---|---|
| toggled() | Emitted when the checkbox's check state changes. The boolparameter indicates the new checked state (trueif checked,falseotherwise). |