CheckBoxComponent
Selector
kendo-checkbox
Export Name
Accessible in templates as #kendoCheckBoxInstance="kendoCheckBox"
Inputs
Name | Type | Default | Description |
---|---|---|---|
checkedState |
|
|
Sets the checked state of the component. |
disabled |
|
|
Sets the disabled state of the component. |
inputAttributes |
|
Sets the HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. | |
name |
|
Sets the | |
rounded |
|
|
The rounded property specifies the border radius of the CheckBox (see example). |
size |
|
|
The size property specifies the width and height of the component. |
tabindex |
|
|
Specifies the |
title |
|
Sets the | |
value |
|
Provides a value for the component. |
Fields
Name | Type | Default | Description |
---|---|---|---|
input |
|
Represents the visible |
Events
Name | Type | Description |
---|---|---|
checkedStateChange |
|
Fires each time the inner input's checked state is changed.
When the state of the component is programmatically changed to Used to provide a two-way binding for the |
blur |
|
Fires each time the component gets blurred.
|
focus |
|
Fires each time the user focuses the component.
|
Methods
blur |
---|
Blurs the component. |
focus |
---|
Focuses the component. |