XML View
<List id="facebookList" items="{/}" mode="MultiSelect" selectionChange="onSelectionChange">
<StandardListItem type="Navigation" title="{account_name}" icon="{photo}" iconDensityAware="false" iconInset="false"/>
</List>
I have a list of items and checkboxes. When I click on checkbox, I want to take the value of checkbox in js controller. How to do this in sap fiori UI5