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