Select multiple checkboxes with a label

I just wanted to give the user another option of selecting checkboxes other than selecting the checkboxes individually.
 
Another approach which I think is worth mentioning is to consider that your checkboxes are objects.

This means you can write code to search through the forms controls collection, find controls that meet certain criteria and operate on them.

I provide more information about this message on my website here:-

http://www.niftyaccess.com/loop-through-a-set-of-controls/

I demonstrate isolating text boxes and check boxes by way of example.



Sent from my SM-G925F using Tapatalk
 

Users who are viewing this thread

Back
Top Bottom