Not finding what you are looking for? Request a recipe!
I added an event handler for the itemClick event, so every time the user clicks over an item from the List it dispatches this event, in this event handler I verify if the user selected or unselected the CheckBox, then it adds or remove the rowIndex from the array collection mySelectedIndices, and fi ...