Example of CheckBox in React MultiSelect Dropdown Component

/
/
CheckBox

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.

More Details...

Loading....
Description

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 Allfeature in the property panel.

To enable/disable DropDown Buttonfeature in the property panel.

To enable/disable Selection Reorderfeature in the property panel.

The checkbox sample illustrates using the countries data.