User Guide

1032 RadioButton component
Properties inherited from the UIComponent class
The following table lists the properties the RadioButton class inherits from the
UIComponent class. When accessing these properties from the RadioButton object, use the
form
RadioButtonInstance.propertyName.
Properties inherited from the SimpleButton class
The following table lists the properties RadioButton class inherits from the SimpleButton
class. When accessing these properties from the RadioButton object, use the form
RadioButtonInstance.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.