> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/data-manager-componets/dw-checkbox.md).

# dw-checkbox

Adds supports for \[DwCheckboxComponent]

## Implementation  Details

> **Component Selector:** 'wm-dw-checkbox'

## Class inheritance

DwCheckboxComponent extends [ColumnControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/column-control.md).

## Support

### Properties

| Property         | Get/Set | Notify Changes | Details                                                                          |
| ---------------- | ------- | -------------- | -------------------------------------------------------------------------------- |
| checked: boolean | Yes/No  | Yes            | When the value of the Checked property is TRUE, the item or control is selected. |
| checkBoxOff: any | Yes/No  | Yes            | When the value of the Checked property is TRUE, the item or control is selected. |
| checkBoxOn: any  | Yes/No  | Yes            | Returns the value when the checkBox is on                                        |
| data: any        | Yes/No  | Yes            | Returns the data associated to the checkBox                                      |

### Events

All events are triggered on [DataManagerControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/data-manager-componets/data-manager-control.md).

| Event           | Supported | Parameter       | Details                           |
| --------------- | --------- | --------------- | --------------------------------- |
| itemchanged     | Yes       | **$event**: any | Triggers `itemchanged` Event.     |
| checkboxChanged | Yes       | **$event**: any | Triggers `checkboxChanged` Event. |
