How can I iterate through all checkboxes on a form?

Viewed 54219

I have a form that has many dynamically generated checkboxes. At runtime, how can I iterate through each of them so I can get their value and IDs?

6 Answers
Related