CheckBoxComponent
Represents the Kendo UI CheckBox component for Angular. Use this component to create a styled checkbox with support for indeterminate state.
<kendo-checkbox [(checkedState)]="value"></kendo-checkbox>
Selector
kendo-checkbox
Export Name
Accessible in templates as #kendoCheckBoxInstance="kendoCheckBox"
Inputs
Name | Type | Default | Description |
---|---|---|---|
checkedState |
|
|
Sets the checked state of the component. Use |
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 |
|
|
Sets the |
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 when the inner input's checked state changes.
This event does not fire when you change the state programmatically using |
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. |