User Guide
CheckBox class 137
Property summary for the CheckBox class
The following table lists properties of the CheckBox class.
Properties inherited from the UIObject class
The following table lists the properties the CheckBox class inherits from the UIObject class.
When accessing these properties from the CheckBox object, use the form
checkBoxInstance.propertyName.
Property Description
CheckBox.label Specifies the text that appears next to a check box.
CheckBox.labelPlacement Specifies the orientation of the label text in relation to a
check box.
CheckBox.selected Specifies whether the check box is selected (true) or
deselected (
false).
Property Description
UIObject.bottom Read-only; the position of the bottom edge of the object,
relative to the bottom edge of its parent.
UIObject.height Read-only; the height of the object, in pixels.
UIObject.left Read-only; the left edge of the object, in pixels.
UIObject.right Read-only; the position of the right edge of the object,
relative to the right edge of its parent.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.
UIObject.top Read-only; the position of the top edge of the object, relative
to its parent.
UIObject.visible A Boolean value indicating whether the object is visible (true)
or not (
false).
UIObject.width Read-only; the width of the object, in pixels.
UIObject.x Read-only; the left edge of the object, in pixels.
UIObject.y Read-only; the top edge of the object, in pixels.