• 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 Checkbox in ASP.NET MVC List Box Control

This sample demonstrates the checkbox functionalities of the ListBox. Click one or more items from the list of items in the ListBox.

DEMO
SOURCE

Select your favorite car:

The ListBox component has built-in support to select multiple items from the list. The Checkbox selection can be enabled by setting the showCheckbox as true in the SelectionSettings property.

To perform the checkbox feature in the ListBox, the CheckBoxSelection module has to be injected at the application level.

More information about checkbox selection in ListBox can be found in the documentation section.