widgets/select_group library Widgets

A group of form fields that represent a single selection.

See https://forui.dev/docs/select-group for working examples.

Classes

FCheckboxSelectGroupStyle
A FSelectGroupItem.checkbox's style.
FMultiSelectGroupController<T>
A FSelectGroupController that allows multiple selections.
FRadioSelectGroupController<T>
A FSelectGroupController that allows only one selection mimicking the behaviour of radio buttons.
FRadioSelectGroupStyle
A FSelectGroupItem.radio's style.
FSelectGroup<T>
A set of items that are treated as a single selection.
FSelectGroupController<T>
A controller for a select group.
FSelectGroupErrorStyle
FSelectGroup's error style.
FSelectGroupItem<T>
An item that represents a selection in a FSelectGroup.
FSelectGroupStateStyle
FSelectGroup's state style.
FSelectGroupStyle
FSelectGroup's style.