Skip to content

Description of type QCheckBox

Constructor of type QCheckBox

Syntax

JS
new QCheckBox(parent: widget = null) -> QCheckBox

Read more...

Properties of type QCheckBox

Below is a list of the available properties provided by the QCheckBox type. Click on a property name to see its detailed description and examples.

Property Description
checked Indicates whether the checkbox is checked.

Methods of type QCheckBox

Below is a list of the available methods provided by the QCheckBox type. Click on a method name to see its detailed description and examples.

Method Description
setChecked() Sets the checked state of the checkbox.

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).
Last update: 18 August 2025, 14:28