• 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 Checklist in ASP.NET MVC ListView Control

This sample demonstrates the checkbox functionalities of the ListView. Click multiple list item to check or uncheck the items.

DEMO
SOURCE

Flat List

Group List

The ListView component has checkbox feature, which is used to select multiple items from the list. This feature can be enabled using the ShowCheckBoxproperty.

In this sample, the checkbox is enabled on default list and group list.