New to Kendo UI for Angular? Start a free 30-day trial
CheckMode
Represents the available check modes for the TreeView component (see example).
The possible values are:
"single"—Only one item can be checked at a time."multiple"—Multiple items can be checked.
type CheckMode = "single" | "multiple";