Defines the Selection settings of List Box.
string
Set the position of the checkbox.
Defaults to ‘Left’
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.Defaults to ‘Multiple’
boolean
If ‘showCheckbox’ is set to true, then ‘checkbox’ will be visualized in the list item.
Defaults to false
boolean
Allows you to either show or hide the selectAll option on the component.
Defaults to false