CheckboxControls
A collection of checkbox controls.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
CheckboxControl add( Object withProperties )
Creates a new CheckboxControl.
Parameters
Number count()
Displays the number of elements in the CheckboxControl.
CheckboxControl item( Mixed index )
Returns the CheckboxControl with the specified index or name.
Parameters
CheckboxControl itemByID( Number id )
Returns the CheckboxControl with the specified ID.
Parameters
CheckboxControl itemByRange( Mixed from, Mixed to )
Returns the CheckboxControls within the specified range.
Parameters
CheckboxControl firstItem()
Returns the first CheckboxControl in the collection.
CheckboxControl lastItem()
Returns the last CheckboxControl in the collection.
CheckboxControl middleItem()
Returns the middle CheckboxControl in the collection.
CheckboxControl previousItem( CheckboxControl obj )
Returns the CheckboxControl with the index previous to the specified index.
Parameters
CheckboxControl nextItem( CheckboxControl obj )
Returns the CheckboxControl whose index follows the specified CheckboxControl in the collection.
Parameters
CheckboxControl anyItem()
Returns any CheckboxControl in the collection.
CheckboxControl everyItem()
Returns every CheckboxControl in the collection.
String toSource()
Generates a string which, if executed, will return the CheckboxControl.
CheckboxControl []( Number index )
Returns the CheckboxControl with the specified index.