Expand my Community achievements bar.

fields visible/invisible when checkbox checked/or unchecked

Avatar

Level 3

Despite getting some very valuable help in this forum with a javascript code, I still cannot get the checkbox to uncheck.  The goal is to check a checkbox (or radio button) and doing so will make boxes/information underneath visible. 

The code given to me was:

if

(litstudiesckkbox.rawValue==1)

    {subform1.presence="visible"}

else

    {subform1.presence="hidden"}

I was advised to put it on the "initialize" and and the "change" events.  It works beautifully except for 1 major flaw, I can't now uncheck the box to make the boxes underneath not visible.  Neither the checkbox nor the radio button will "uncheck" or turn off.

Any advice on how to make the box uncheck and therefore hide the information underneath?  Alternately, someone mentioned the "switch" command to me - would this work?

Thanks very much for any help/guidance.

0 Replies