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