I'm trying to display text field boxes on a form to fill out when a box
is checked. I'm able to do this for the actual text field, but can't
figure out how to hide then show the associated text field label. Can
you tell me what I'm doing wrong?Thanks!var nHide
=event.target.isBoxChecked (0) ?
display.visible:display,hidden;this.getField ("Name").display = nHide;
this.getField