# w-checkbox

Adds supports for \[CheckBox]

## Implementation  Details

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

## Class inheritance

CheckBoxComponent extends [BaseControlComponent](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component).

## Support

### Properties

| Property            | Get/Set | Notify Changes | Details                                                                                                                                                                                                                                        |
| ------------------- | ------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| checked: boolean    | Yes/Yes | Yes            | When the value of the Checked property is TRUE, the item or control is selected.                                                                                                                                                               |
| text: string        | Yes/Yes | Yes            | The Text property specifies the text displayed. Inherited from BaseControlComponent [see BaseControlComponent](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component) |
| thirdState: boolean | Yes/Yes | Yes            | The ThirdState property specifies whether the CheckBox is in the third state (neither selected nor unselected)                                                                                                                                 |
| threeState: boolean | Yes/No  | Yes            | The ThreeState property specifies whether or not the control can have three states.                                                                                                                                                            |
| name: string        | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component)                                                 |

### Events

| Event     | Supported | Parameter       | Details                     |
| --------- | --------- | --------------- | --------------------------- |
| getfocus  | Yes       | **$event**: any | Triggers `getfocus` Event.  |
| losefocus | Yes       | **$event**: any | Triggers `losefocus` Event. |
