New to Kendo UI for Angular? Start a free 30-day trial

Disabled CheckBox

You can control the enabled state of the Kendo UI for Angular CheckBox at runtime.

To disable user interaction with the component, set the disabled property of the CheckBox component to true or use the disabled attribute in case you use the native HTML input element.

Example
View Source
Change Theme:

CheckBox Disabled State in Reactive Forms

To learn how to disable the component in reactive forms, refer to the Forms Support article.