Is it possible to have a single button hide only a portion of multiple repeating fields at once? Imagine D&D 3.5 skills box, lots of skills and each have a handful of stats inputs. So to save space we make each skill a repeating field that players only use as needed, and then if they want to adjust stats they hit one button that opens up all of the stat inputs at once. It doesn't seem that a check button can target anything beyond the fieldset tag so I can't hide only a portion. Is there a work around? Or perhaps a better way to approach this idea entirely?