-
I have a form that has basic radio buttons under a few options. I also have a checkbox on the same form. Here's what I want....
When you click the checkbox it will show a description of each option under it (probably using an if statement). When it's unchecked the description disappears.
Is this possible? Thanks.
-
Are you after it to immediately display a description when you check the checkbox and hide the description when you uncheck it, using javascript?
-
kind of...
That is what I want it to do. Would javascript be the only way to do this?