Skip to content

QCheckBox()

Description

Constructor of the QCheckBox type.

Syntax

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

Return value

Type Description
QCheckBox Object of type QCheckBox.

Example

JS
let w = new QCheckBox();
console.info(w);

See Also

Last update: 18 August 2025, 15:25