New to Kendo UI for AngularStart 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";

Not finding the help you need?
Contact Support