A component that provides for selection of a single choice from a list of options.
This component is provided by the ui:radio element.
The following table lists the observable properties associated with this component.
Property | Description | Type | Access |
---|---|---|---|
checked | The checked state of the radio button. The initial value of this property can be specified by the checked attribute on the ui:radio element. The value of the property defaults to 'false'. | boolean | read/write |
If this component is not supported, then it falls back to a static radio button.