Radio Group

A set of checkable buttons where no more than one can be checked at a time.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/radio-group

Usage

Import the component from the package:

import { RadioGroup } from "@/registry/ui/radio-group"

Then use it in your application:

<RadioGroup />

Examples

Default