CheckboxControl

A checkbox control.

Objects:

Boolean, Number, Object, String

Hierarchy:

Superclass: Widget

Class: CheckboxControl

Property Listing

Property

Type

Access

Description

checkedState

Boolean

read/write

If true, the control is checked by default in the dialog.

id

Number

readonly

The unique ID of the CheckboxControl.

index

Number

readonly

The index of the CheckboxControl within its containing object.

minWidth

Number

read/write

The width of the control. For an editbox or combobox, specifies the minimum width of the box.

parent

DialogRow

EnablingGroup

BorderPanel

DialogColumn

readonly

The parent of the CheckboxControl (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).

properties

Object

read/write

A property that allows setting of several properties at the same time.

staticLabel

String

read/write

Text that appears in the CheckboxControl.

Return

CheckboxControls.add()