Selector

A compact selection control for a fixed set of choices.

A compact selection control for a fixed set of choices.

Public API

  • FSelector

Example

FSelector(
    isSelected: $isFavorite,
    label: "Favorite",
    controlPlacement: .left,
    haptic: .light
)

Source

This reference follows Sources/FreakUI/Components/Inputs/FSelector.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.