InDesign2026
API 21.5.1.73
Collection of CheckboxControl

CheckboxControls

A collection of checkbox controls.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

CheckboxControl

Returns the CheckboxControl with the specified index.

index Number The index.
CheckboxControl

Creates a new CheckboxControl.

withProperties? Object Initial values for properties of the new CheckboxControl
CheckboxControl

Returns any CheckboxControl in the collection.

Number

Displays the number of elements in the CheckboxControl.

CheckboxControl[]

Returns every CheckboxControl in the collection.

CheckboxControl

Returns the first CheckboxControl in the collection.

CheckboxControl

Returns the CheckboxControl with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
CheckboxControl[]

Returns the CheckboxControls within the specified range.

from CheckboxControl | LongInteger | String The CheckboxControl, index, or name at the beginning of the range. Can accept: CheckboxControl, Long Integer or String.
to CheckboxControl | LongInteger | String The CheckboxControl, index, or name at the end of the range. Can accept: CheckboxControl, Long Integer or String.
CheckboxControl

Returns the last CheckboxControl in the collection.

CheckboxControl

Returns the middle CheckboxControl in the collection.

CheckboxControl

Returns the CheckboxControl whose index follows the specified CheckboxControl in the collection.

obj CheckboxControl The CheckboxControl whose index comes before the desired CheckboxControl.
CheckboxControl

Returns the CheckboxControl with the index previous to the specified index.

obj CheckboxControl The index of the CheckboxControl that follows the desired CheckboxControl.
String

Generates a string which, if executed, will return the CheckboxControl.

Object of 4

Properties elsewhere that hold a CheckboxControls.