User Guide

138 CheckBox component
Properties inherited from the UIComponent class
The following table lists the properties the CheckBox class inherits from the UIComponent
class. When accessing these properties from the CheckBox object, use the form
checkBoxInstance.propertyName.
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.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and
input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
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.