Ability to select radio buttons based on a check box is selected
I am building a form and I would like a group of radio buttons to be available for selection based on whether the leading checkbox is selected.
If Checkbox 1 is selected, then the user could chose one of three following Radio Buttons.
If Checkbox 2 is selected, then the user could chose one of three (different from the first Group) Radio Buttons.
If Checkbox 3 is selected, then the user could chose one of two (different from the first and second Group) of Radio Buttons
The Radio buttons should only be able to be selected if the preceeding checkbox is selected.
I am very new to Java Scripts and need HELP!
