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