Expand my Community achievements bar.

Check boxes to hide or display multiple subforms

Avatar

Level 2
I have been using radio buttons to display subforms individually. Now I need to have multiple subforms displayed based on check boxes, but I have never done this before. Any help would be greatly appreciated. Just FYI, I used the following for the radio buttons:



if(this.rawValue==1)

{

WaterSysImpSF.presence="visible";

}

else

{

WaterSysImpSF.presence="hidden";

}



etc...



Thanks.
0 Replies