HTML_CheckBox Class

This class provides the API for HTML checkbox input elements. This class inherits the HTML_ButtonBase Class which inherits the HTML_FormElement Class which inherits the HTML_Object Class.

Boolean HTML_CheckBox.checked

This property holds true if this checkbox is checked; otherwise it holds false.

HTML_CheckBox.click()

HTML_CheckBox.click(modifierState)

HTML_CheckBox.click(modifierState, x, y)

Clicks this checkbox 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 checkbox-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.

Search Results