Good Day,
I have a radio list with sublists:
o Yes
o Awesome
o Rad
o Tubular
o No
When you select Yes, three more options are revealed (Awesome, Rad, and Tubular) - BUT, and here's the problem, when the user decides to click No after selecting a Yes sub-radio option, it does not clear the Yes sub-radio option.
How can I clear the already selected sub-radio option when the user clicks No?
I am working on a PHP page with JS showContent (for when they click Yes, it shows the sub options).
Any insight would be awesome, rad, and tubular.
-HM

