Blazor ListBox Example - Checkbox Selection
This sample demonstrates the checkbox functionalities of the ListBox component. Click one or more items from the list of items in the ListBox component.
Select your favorite car:
- 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
The ListBox component has built-in support to select multiple items from the list. The Checkbox selection can be enabled by setting the ShowCheckbox property to true in the SelectionSettings property.
More information about the Blazor ListBox selection can be found in the documentation section.