Radio Group

Accessible radio group
Access to Fuegokit npm packages, source code repositories, and some content is limited to Appfire staff. Log in with Slack to continue.

Radio groups allow users to select a single item from a list of mutually exclusive options.

A radio group consists of a set of radio buttons, and a label. Each radio button includes a label and a visual selection indicator.

Use with radio button components that extend the Fuegokit Radio ARIA primitive.

Import

import {RadioGroup} from '@fuegokit/react'

Usage

Anatomy

Radio group

Radio group

See also