how we can impleemnt checkbox selcter in listview

0
how we can implement checkbox selecter
asked
1 answers
0

Hi Mounisha,

A little more detail in your question would be nice. Now it's quite hard to understand what you actually want to achieve.

If you want a list view with checkboxes, you can do the following:

- Create a list view with a datasource that has a list of objects with at least one boolean attribute.

- Add the boolean in as a checkbox in the listview.

- Make sure the list view is editable.

answered