QCheckBox()¶ Description¶ Constructor of the QCheckBox type. Syntax¶ JSnew QCheckBox(parent: widget = null) -> QCheckBox Return value¶ Type Description QCheckBox Object of type QCheckBox. Example¶ JS1 2let w = new QCheckBox(); console.info(w); See Also Last update: 18 August 2025, 15:25