I wanted to know how to write if statements to see if one or another check box is checked or not.
I have two check boxes. I wanted it to check to see if checkbox 1 is c
Your going to use the checkbox1.checked property in your if statement, this returns true or false depending on weather it is checked or not.
checkbox1.checked