Interface for a class SelectionSettings
string
Set the position of the checkbox.
string
Specifies the selection modes. The possible values are
Single
: Allows you to select a single item in the ListBox.Multiple
: Allows you to select more than one item in the ListBox. boolean
If ‘showCheckbox’ is set to true, then ‘checkbox’ will be visualized in the list item.
boolean
Allows you to either show or hide the selectAll option on the component.