• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Checkbox in ASP.NET Core Dropdown Tree Control

This sample explains you about the CheckBox functionalities of the Dropdown Tree. Click on any parent item's CheckBox to check or uncheck the item and its child items. The parent item's checked state will be determined by its child item’s checked state.

DEMO
SOURCE

The Dropdown Tree control can be rendered with the checkbox on the left side of each tree item. This allows the user to check more than one item, and this can be enabled by the showCheckBox property.

In this demo, the Dropdown Tree is populated with the checkbox enabled feature.