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