> 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/winforms-angular-components/web-components/kendoui-components/checkbox.md).

# CheckBox

Adds supports for [System.Windows.Forms.Label](https://msdn.microsoft.com/en-us/library/system.windows.forms.checkbox.aspx)

## Implementation  Details

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

## Class inheritance

CheckBoxComponent extends [ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md).

## PME Support

### Properties

| Property               | Get/Set | Notify Changes | Details                                                                                                                                                                        |
| ---------------------- | ------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| text: string           | Yes     | Yes            | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| name: string           | Yes     | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| enabled: boolean       | Yes     | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| visible: boolean       | Yes     | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| checked: boolean       | Yes     | Yes            | The property changes when the CheckedChanged event is triggered.                                                                                                               |
| appearance: Appearance | Yes     | No             | This property gets the appearance enum value.                                                                                                                                  |

### Methods

| Method | Supported | Details |
| ------ | --------- | ------- |
| None   | None      | None    |

### Events

| Event          | Supported | Parameter       | Details                                                                                                                       |
| -------------- | --------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| checkedChanged | Yes       | **$event**: any | Trigger Check Event. ***$event*** parameter is optional and the ***$event***  object vary depending on the type of DOM event. |
