widgets/select_group library
A group of form fields that allow users to make a selection from a set of options.
See https://forui.dev/docs/form/select-group for working examples.
Classes
-
FSelectGroup<
T> - A set of items that are treated as a single selection.
-
FSelectGroupItemData<
T> - A FSelectGroup's item data. Useful for creating your own FSelectGroupItem.
- FSelectGroupStyle
- FSelectGroup's style.
Mixins
-
FSelectGroupItem<
T> - Represents an item in a FSelectGroup.
Typedefs
-
FSelectGroupController<
T> = FMultiValueNotifier< T> - A FSelectGroup's controller.