How to generate a list of checkboxes in SAPUI5 from OData service in XML view?
<VBox items="{/Set1}" > <items> <CheckBox text='{value}' selected='{selected}' /> </items> </VBox>