> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equa.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# EquaRadio

> Design system reference for EquaRadio, including Storybook, Figma, screenshots, and usage guidance

# EquaRadio

> **Last Verified:** 2026-05-20 | **Storybook source:** `equa-patternlib-nextjs/stories/EquaRadio.stories.tsx`, Line: 6

## Purpose

Single-choice radio groups.

## Storybook

| Story                | Reference                                                                        |
| -------------------- | -------------------------------------------------------------------------------- |
| Default              | [Storybook](http://localhost:6006/?path=/story/equa-radio--default)              |
| Horizontal           | [Storybook](http://localhost:6006/?path=/story/equa-radio--horizontal)           |
| With Disabled Option | [Storybook](http://localhost:6006/?path=/story/equa-radio--with-disabled-option) |
| All Disabled         | [Storybook](http://localhost:6006/?path=/story/equa-radio--all-disabled)         |
| Error                | [Storybook](http://localhost:6006/?path=/story/equa-radio--error)                |
| Payment Example      | [Storybook](http://localhost:6006/?path=/story/equa-radio--payment-example)      |
| Single Radio Item    | [Storybook](http://localhost:6006/?path=/story/equa-radio--single-radio-item)    |
| All States           | [Storybook](http://localhost:6006/?path=/story/equa-radio--all-states)           |

## API And Props

| Prop or Control | Source            | Notes                                |
| --------------- | ----------------- | ------------------------------------ |
| `direction`     | Storybook control | See source story for accepted values |

Sources:

* `equa-patternlib-nextjs/src/components/radio/radio.tsx`, Line: 5
* `equa-patternlib-nextjs/src/components/radio/index.ts`
* `equa-patternlib-nextjs/stories/EquaRadio.stories.tsx`, Line: 6

## Figma

UNVERIFIED -- requires Figma node assignment

## Screenshots

| State           | Asset                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Equa dark theme | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-radio/equa-radio--default-equa.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=6827d5b182677c4ceb6af3628f4ece9f" alt="EquaRadio dark theme" width="1366" height="900" data-path="images/design-system/components/equa-radio/equa-radio--default-equa.png" />          |
| Light theme     | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-radio/equa-radio--default-light.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=0a6cd20d9708c3bea36117fc5195b629" alt="EquaRadio light theme" width="1366" height="900" data-path="images/design-system/components/equa-radio/equa-radio--default-light.png" /> |

## Usage Notes

* Prefer this component over local one-off UI for matching product states.
* Keep new variants represented in Storybook before adding docs references here.
* Use token-backed colors, spacing, radius, and shadows from [Foundations](/architecture/design-system/foundations).

## Accessibility Notes

* Preserve keyboard and focus behavior from the source component.
* Any icon-only controls must provide an accessible label in consuming product code.
* Validate color contrast in both Equa dark and light theme screenshots before release.
