HTML_CustomRadioButton Class
This class represents a customized radio button—for example, one created using <div>
or <span>
tags, rather than using a <button>
element. This class inherits the HTML_Object Class. (See also RadioButton Support.)
Boolean HTML_CustomRadioButton.selected
This read/write property holds whether the radio button is selected (checked) or not.
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.