HTML_RadioButton Class
This class provides the API for HTML radio button input elements. This class inherits the HTML_ButtonBase Class which inherits the HTML_FormElement Class which inherits the HTML_Object Class.
Boolean HTML_RadioButton.checked
This property holds true
if this radio button is checked; otherwise it holds false
.
HTML_RadioButton.click()
HTML_RadioButton.click(modifierState)
HTML_RadioButton.click(modifierState, x, y)
Clicks this radio button as if the user had clicked it. All the arguments are optional. See Web Object API Function Parameters for which values are valid for the modifierState
. The x
and y
are the radio button-relative coordindates of the click.
© 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.