New to Kendo UI for Angular? Start a free 30-day trial
CheckedState
Represents the checked state of the CheckBox component.
type
CheckedState = "none" | "indeterminate" | "checked";
Represents the checked state of the CheckBox component.
type
CheckedState = "none" | "indeterminate" | "checked";