QCheckbox
QCheckbox is a widget that provides a checkbox widget with a text label that you can use in your application.
Example
import { QCheckbox } from '@vixen-js/core';
const checkbox = new QCheckbox();checkbox.setText("Your checkbox");
Learn more about QCheckbox
in: https://doc.qt.io/qt-6/qcheckbox.html