Dynamically add check boxes on a page

0
Hi Experts, I have a business use case where the business needs check boxes dynamically based on the entries in a database. is there a way to do it?   Thanks in advance!  
asked
1 answers
1

Sure, you would need a helper (probably non-persistent) entity to use when generating your checkboxes with a label attribute and a attribute to hold the state (checked/unchecked). Then you can use those in a listview or dataview. 

answered