> ## 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.

# EquaToggle

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

# EquaToggle

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

## Purpose

Toggle controls for settings and two-state choices.

## Storybook

| Story        | Reference                                                                 |
| ------------ | ------------------------------------------------------------------------- |
| Default      | [Storybook](http://localhost:6006/?path=/story/equa-toggle--default)      |
| Checked      | [Storybook](http://localhost:6006/?path=/story/equa-toggle--checked)      |
| With Label   | [Storybook](http://localhost:6006/?path=/story/equa-toggle--with-label)   |
| Without Text | [Storybook](http://localhost:6006/?path=/story/equa-toggle--without-text) |
| Disabled     | [Storybook](http://localhost:6006/?path=/story/equa-toggle--disabled)     |
| Interactive  | [Storybook](http://localhost:6006/?path=/story/equa-toggle--interactive)  |
| All States   | [Storybook](http://localhost:6006/?path=/story/equa-toggle--all-states)   |

## API And Props

| Prop or Control | Source            | Notes                                |
| --------------- | ----------------- | ------------------------------------ |
| `checked`       | Storybook control | See source story for accepted values |
| `disabled`      | Storybook control | See source story for accepted values |
| `showText`      | Storybook control | See source story for accepted values |
| `label`         | Storybook control | See source story for accepted values |

Sources:

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

## Figma

UNVERIFIED -- requires Figma node assignment

## Screenshots

| State           | Asset                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Equa dark theme | <img src="https://mintcdn.com/equainc/KxDhtr750a40VJd3/images/design-system/components/equa-toggle/equa-toggle--default-equa.png?fit=max&auto=format&n=KxDhtr750a40VJd3&q=85&s=2acc0bf1e2902e8c315bcd1dc2eb4ad9" alt="EquaToggle dark theme" width="1366" height="900" data-path="images/design-system/components/equa-toggle/equa-toggle--default-equa.png" />          |
| Light theme     | <img src="https://mintcdn.com/equainc/KxDhtr750a40VJd3/images/design-system/components/equa-toggle/equa-toggle--default-light.png?fit=max&auto=format&n=KxDhtr750a40VJd3&q=85&s=dfe79d7e60983ea1fbcec95013974434" alt="EquaToggle light theme" width="1366" height="900" data-path="images/design-system/components/equa-toggle/equa-toggle--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.
