widgets/radio library
A radio button that typically allows the user to choose only one of a predefined set of options.
It is recommended to use FSelectGroup in conjunction with FRadio.grouped to create a group of radio buttons.
See https://forui.dev/docs/form/radio for working examples.
Classes
- FRadio
- A radio button that typically allows the user to choose only one of a predefined set of options.
- FRadioMotion
- The motion-related properties for a FRadio.
- FRadioStyle
- A FRadio's style.
Extensions
- $FRadioMotionTransformations on FRadioMotion
- Provides copyWith and lerp methods.
- $FRadioStyleTransformations on FRadioStyle
- Provides copyWith and lerp methods.