An accessibility object of the checkbox role includes the following attributes as shown in Table B-5:
Attribute | Required | Type | Description |
|---|---|---|---|
Parent | Yes | UIElement | Accessibility object representing the checkbox’s parent |
Position | Yes | Point value | Structure containing screen-position coordinates |
Size | Yes | Size value | Structure containing width and height values |
Window | Yes | UIElement | Accessibility object representing the checkbox’s containing window |
Top-Level UIElement | Yes | UIElement | Accessibility object representing the checkbox’s containing window, sheet, or drawer |
Help | No | String | Help-tag text for the checkbox |
Enabled | Yes | Boolean |
|
Focused | Yes | Boolean |
|
Title | Yes | String | Visible title of the checkbox. Not required if the checkbox does not display a title in its visible interface. |
Value | Yes | Number | Value of the checkbox (checked is |
Description | No | String | Human-intelligible description of the checkbox. Required if the checkbox does not display a title. |
An accessibility object of the checkbox role supports the following action:
Press. When the press action is performed, the checkbox is clicked.
Last updated: 2008-03-11