KQ-073 · COIN/TOGGLE
Coin Toggle
A switch struck as a coin — it flips 180° in true perspective on every toggle, always forward, and lands with an edge-wobble on the recoil spring; faces are yours to mint.
KQ-073 · COIN/TOGGLE
Channel RelayKQ-073
CH A · MAINARMED
CH B · AUXSAFE
KQ-073 · Coin Toggle · P 700 · ζ 0.83
Flip the coin - heads arms the channel.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/coin-toggle
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked / defaultChecked / onCheckedChange | boolean / boolean / (checked) => void | — | Controlled or uncontrolled switch state. |
| size | number | 56 | Coin diameter in px. |
| faces | { on: ReactNode; off: ReactNode } | — | Custom face artwork; defaults to minted glyphs. |
| aria-label | string | — | Required accessible name for the bare switch. |