Radio Button

Purpose

A component that provides for selection of a single choice from a list of options.

Exported Features

cf2:ui.Radio

Imported Features

cf2:ObservablePropertyPrototype, cf2:EventTarget

Markup

This component is provided by the ui:radio element.

Properties

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

Markup

If this component is not supported, then it falls back to a static radio button.

Related topics