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 FSelectGroupItemMixin.radio 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.
- FRadioMotionDelta
- A delta that applies modifications to a FRadioMotion.
- FRadioStyle
- A FRadio's style.
- FRadioStyleDelta
- A delta that applies modifications to a FRadioStyle.
Extension Types
- FRadioVariant
- Represents a variant.
- FRadioVariantConstraint
- Represents a combination of variants.
Extensions
- $FRadioMotionTransformations on FRadioMotion
- Provides copyWith and lerp methods.
- $FRadioStyleTransformations on FRadioStyle
- Provides copyWith and lerp methods.