PDA

Click to See Complete Forum and Search --> : checkbox?


artsapimp
Aug 18th, 2000, 02:01 PM
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.

Aug 18th, 2000, 03:04 PM
Are you after it to immediately display a description when you check the checkbox and hide the description when you uncheck it, using javascript?

artsapimp
Aug 18th, 2000, 03:06 PM
That is what I want it to do. Would javascript be the only way to do this?