Skip to content
Binary UIKit reference Stable

RadioGroup

Exclusive selection from labelled options.

Use RadioGroup when readers must choose exactly one visible option from a small set.

Interactive example

Loading interactive example

API

MemberTypeKindRequiredDefault
disabledbooleanpropNofalse
labelstringpropNoundefined
namestringpropNoundefined
onValueChange(value: T) => voidcallbackNoundefined
optionsreadonly T[] | readonly RadioOption<T>[]propYes
orientation"vertical" | "horizontal"propNo'vertical'
valueTbindingNoundefined as T | undefined

Examples

Source

Loading source