# CheckBox

Xojo provides a <span class="title-ref">CheckBox</span> control for desktop, mobile and web projects:

- `DesktopCheckBox</api/user_interface/desktop/desktopcheckbox>`
- `WebCheckBox</api/user_interface/web/webcheckbox>`

## Common members

These events and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.

### Events

| Name         | Description                                                                                              |
|--------------|----------------------------------------------------------------------------------------------------------|
| ValueChanged | The value (whether the <span class="title-ref">CheckBox</span> is checked, unchecked, etc.) has changed. |

### Properties

| Name    | Description                                                                                         |
|---------|-----------------------------------------------------------------------------------------------------|
| Enabled | Dictates if the <span class="title-ref">CheckBox</span> is enabled (can be interacted with) or not. |
| Value   | Indicates whether or not the <span class="title-ref">CheckBox</span> is checked.                    |

<div class="seealso">

`DesktopCheckBox</api/user_interface/desktop/desktopcheckbox>` and `WebCheckBox</api/user_interface/web/webcheckbox>`

</div>
