User Guide

164 Chapter 6: Components Dictionary
Properties inherited from the SimpleButton class
The following table lists the properties the CheckBox class inherits from the SimpleButton class.
When accessing these properties from the CheckBox object, use the form
checkBoxInstance.propertyName.
Properties inherited from the Button class
The following table lists the properties the CheckBox class inherits from the Button class. When
accessing these properties from the CheckBox object, use the form
checkBoxInstance.propertyName.
Event summary for the CheckBox class
The following table lists an event of the CheckBox class.
Events inherited from the UIObject class
The following table lists the events the CheckBox class inherits from the UIObject class.
Property Description
SimpleButton.emphasized Indicates whether a button has the appearance of a
default push button.
SimpleButton.emphasizedStyleDeclaration The style declaration when the emphasized property is
set to
true.
SimpleButton.selected A Boolean value indicating whether the button is
selected (
true) or not (false). The default value is
false.
SimpleButton.toggle A Boolean value indicating whether the button
behaves as a toggle switch (
true) or not (false). The
default value is
false.
Property Description
Button.label Specifies the text that appears in a button.
Button.labelPlacement Specifies the orientation of the label text in relation to an icon.
Event Description
CheckBox.click Triggered when the mouse is clicked (released) over the check
box, or if the check box has focus and the Spacebar is pressed.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.