Current location - Quotes Website - Signature design - How does the java checkbox return the selected label?
How does the java checkbox return the selected label?
Haven't written java, you can try an idea:

Traverse all check boxes and store their values in a two-dimensional array or list or dictionary.

For i = 1 to 100.

Check box [i]. GetState() // Get the allocated array numbers one by one.

then