This sample demonstrates the checkbox functionalities of the ListView. Click multiple list item to check or uncheck the items.
The ListView component has checkbox feature, which is used to select multiple items from the list. This feature can be enabled using the
showCheckBox
property.
In this sample, the checkbox is enabled on default list and group list.