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