Example of CheckBox in Blazor MultiSelect Dropdown Component
This example demonstrates the checkbox functionalities of the MultiSelect. Click the MultiSelect element and then type a 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.
Properties
The MultiSelect has built-in support to select the multiple values through checkbox, when the Mode property is set as CheckBox
.
In this example, the local data is bound to a collection of countries data. Also, provided options for the following cases.
- Show SelectAll - Show or hide the SelectAll option on the component.
- Dropdown Button - Show or hide the Dropdown button on the component.
- Selection Reorder - Reorder the selected items in popup visibility state.
See also