Example of CheckBox in ASP.NET Core MultiSelect Dropdown Control
This sample 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.
CheckBox
|
|
|
The MultiSelect has built-in support to select the multiple values through checkbox, when the mode
property is set as checkbox
.
In this sample, the local data is bound to a collection of countries data. Also, provided options for the following:
To enable/disable the Select All
feature in the property panel.
To enable/disable the DropDown Button
feature in the property panel.
To enable/disable the Selection Reorder
feature in the property panel.
The checkbox sample illustrates using the countries data.