A collection of checkbox controls.
|
Method
|
Returns
|
Description
|
|
add
|
CheckboxControl
|
Create a new checkbox control.
|
|
anyItem
|
Object
|
Returns any checkbox control.
|
|
firstItem
|
Object
|
Returns the first checkbox control.
|
|
itemByID
|
Object
|
Returns the checkbox control with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the checkbox controls within the specified range.
|
|
lastItem
|
Object
|
Returns the last checkbox control.
|
|
middleItem
|
Object
|
Returns the middle checkbox control.
|
|
nextItem
|
Object
|
Returns the next checkbox control.
|
|
previousItem
|
Object
|
Returns the previous checkbox control.
|