Blazor ListView Example - Checkbox Selection
This sample demonstrates the checkbox functionality of the ListView component. Click multiple list items to check or uncheck the items.
Flat List
- Hennessey Venom
- Bugatti Chiron
- Bugatti Veyron Super Sport
- SSC Ultimate Aero
- Koenigsegg CCR
- McLaren F1
- Aston Martin One-77
- Jaguar XJ220
- McLaren P1
- Ferrari LaFerrari
- Mercedes-Benz Aston Martin
- Zenvo ST1
- Lamborghini Veneno
Group List
- Audi
- Audi A3
- Audi A4
- Audi A5
- Audi A6
- Audi A7
- Audi A8
- BMW
- BMW 501
- BMW 502
- BMW 503
- BMW 507
- BMW 3200
The ListView component has a checkbox feature, which is used to select multiple items from the list. This feature can be enabled by using the ShowCheckBox property.
In this sample, the checkbox is enabled on the default and group list.
More information about the check-list feature can be found in this documentation section.