How do I refer a checkbox generated by mapping an array to checkbox group?
Posted: Tue Jan 28, 2014 12:47 pm
Yes! This does exactly what I need.
Even though you mention adding an event on an item, not an entire group, when I map the array to a single check box, a whole group of check boxes is generated. Adding this code to the Click event of that single check box gives the results based on which of the generated check boxes is clicked.
Thank you so much.