Skip to main content
Version: 57.2.0

Radio field

Radio fields are used for selecting only 1 item from a list of 2 or more items. If you have a binary choice, consider using checkboxes or toggles instead.

Package: @terreno/ui
Categories: Component
Props interface: RadioFieldProps
Story source: demo/stories/Radiofield.stories.tsx

Live demo

Props

PropTypeRequiredDescription
onChangereflectionYes
optionsarrayYes
titlestringYes
valuestringYes
variantunion