Hi,

I have created 32 chechkboxes in one of my program and given unique name for each object by incrementing the value of 1,i.e name of 1st checkbox is ch_1 and 2nd checkbox is ch_2 and so on.
I want to check weather all the checkboxes were selected or not by using for loop is it possible to use the for loop.If there is a chance please help me

Thanks in advance,

Rohith.G