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 bool parameter indicates the new checked state (true if checked, false otherwise). |