Group Radio Button

kumaraswamy

Member
Joined
Jul 24, 2009
Messages
12
Programming Experience
1-3
Hi,
I have a Form which has several questions - each question is answered (by the user) by choosing between 2 options - each option represented by a Radio Button.

I have six questions and hence 12 radio buttons on my page but all of them seem to belong to the same group - i.e., the user can select only one of the 12 buttons whereas I want the user to be able to select one from every pair of radio buttons.

Is there a way to group each pair of radio buttons? (other than using a Group Box)

Please let me know.

Thanks
Kumar
 
Back
Top