SettingsRadioGroup
fun <T> SettingsRadioGroup(label: String, options: List<RadioOption<T>>, selected: T, onSelectedChange: (T) -> Unit, theme: NavigationSettingsTheme)
Single-selection list with an iOS-style trailing checkmark.
Parameters
label
Section header shown above the option list.
options
Available choices; see RadioOption.
selected
Currently selected value.
onSelectedChange
Called when the user picks a different option.
theme
Color and typography tokens.