FSelectGroupItemState<T> typedef
FSelectGroupItemState<T> = ({FSelectGroupController<T> controller, bool selected, FSelectGroupStyle style, T value})
A FSelectGroupItem's state.
Implementation
typedef FSelectGroupItemState<T> =
({FSelectGroupController<T> controller, FSelectGroupStyle style, T value, bool selected});