widgets/select_tile_group library Widgets

A group of tiles that allow users to make a selection from a set of options.

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

Classes

FSelectTile<T>
A tile that represents a selection in a FSelectTileGroup. It should only be used in a FSelectTileGroup.
FSelectTileGroup<T>
A set of tiles that are treated as a single selection.