Hi,
I'm attempting create a quizz app.
Created a new control of 4 checkboxes namely:
AnswerCheckBox(0)
AnswerCheckBox(1)
AnswerCheckBox(2)
AnswerCheckBox(3)
How do I write a code to allow the user to select only ONE of the 4 checkboxes?
I think I need to use a loop to run through the controls but could not figure out how.
Any pointers greatly appreciated.