options property

FormCollection options
final

Collection of options that will be displayed as radio buttons.

Each option in the collection will be rendered as a separate radio button with its label text. Only one option can be selected at a time.

Implementation

final FormCollection options;