ui

Radio Group

A set of checkable buttons where no more than one of the buttons can be checked at a time. Built with Base UI and Tailwind CSS. Copy-paste ready.

API Reference

Installation

Usage

Examples

For accessible labelling and validation, prefer using the Field component to wrap radio buttons. See the related example: Radio Group field.

Disabled

Renders the entire group or individual options as disabled, preventing selection while keeping options visible.

With Description

Each radio option carries a short description below its label to clarify the difference between choices.

Card Style

Each option is rendered as a selectable card — clicking anywhere on the card selects the radio and highlights the card border.

Colored Variants

Radio options with colored indicator dots or backgrounds to visually distinguish categories such as status or priority levels.

With Legend

Wraps the group in a Fieldset with a visible FieldsetLegend to provide a group-level accessible name.

In Card With Description

Each radio option is a full card containing a title, description, and a trailing radio indicator — a plan or tier selection pattern.

In Card With Icons

Radio cards that include an icon alongside the label, making visual scanning easier in feature or category pickers.

Form Integration

Wraps the radio group in Form and Field for required-state validation and visible error messaging on submit.

Horizontal Layout

Displays radio options inline in a horizontal flex row — useful for short option sets like framework or size pickers.

Shipping Options

Each delivery method is a card row with label, estimated timing, and price — selecting one highlights the card border.

Theme Selector

Icon-centric radio cards for light, dark, and system theme — the radio indicator sits at the top-right of each card.

Availability Status

A status-picker radio group with colored dots and short descriptions for online, away, busy, and offline states.

Billing Frequency

Three billing cycles (monthly, quarterly, annually) with savings badges on the discounted options.