Query re check box groups, help required please...
Hi there,
Just a quick question regarding checkbox groups.
I have a group of checkboxes and they're all named the same - xyz.
I can reference each checkbox as below:
var w = this.getField("xyz.0")
w.checkThisBox(0,true);Using the index xyx.0, xyz.1, xyz.2 etc I can reference each checkbox individually.
Is there a way to get the number of checkboxes, or widgets, in the group?
I've tried a couple of things, such as w.length and w.count, but as yet haven't succeeded.
Obviously when trying to reference the group I'm using var w = this.getField("xyz"), there is no index as the code above.
Thanks in advance.
