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

Example of Grouping with CheckBox in ASP.NET MVC MultiSelect Dropdown Control

This sample demonstrates the grouping functionalities of the MultiSelect in checkbox mode. Clicking the checkbox in group will select all the items grouped under it. Click the MultiSelect element and then type the character in the search box. It will display the filtered list items based on the typed characters and then select the multiple values through the checkbox.

DEMO
SOURCE

Grouping with CheckBox

The MultiSelect has built-in support to select the multiple values through the checkbox, when the mode property is set to CheckBox. To perform the checkbox feature in MultiSelect, the CheckBoxSelection module should be injected in the application end.