Skip to Content
Forui 0.11.0 is released 🎉

Radio

A radio button that typically allows the user to choose only one of a predefined set of options.

We recommend using a select group to create a group of radio buttons instead of using FRadio directly.

Usage

FRadio(...)

FRadio( label: const Text('Default'), description: const Text('The description of the default option.'), error: const Text('Please select the default option.'), semanticsLabel: 'Default', value: true, onChange: (value) {}, enabled: true, autofocus: true, );
Last updated on