🍙 Onigiri

The Crunchyroll design system, rendered live from its own tokens and components. It cannot drift from what ships.

Docs draft

Switch

When to use it

useSettings that apply the moment they flip: autoplay, subtitles, mature filter.
avoidChoices gathered behind a submit button. checkbox

States

offSwitched off.

onSwitched on.

disabledNot interactive; rendered with the lifted disabled tokens so it stays perceivable.

on disabledSwitched on and not interactive; the on state stays perceivable.

Design specifications

track40x24, radius.full, 2px stroke, inside a 44px touch target
knob16px circle; slides 16px right when on; 120ms ease
track-offcolor.border.strong
track-oncolor.accent.base
knob-offcolor.border.strong
knob-oncolor.accent.base
track-disabledcolor.border.subtle
knob-on-disabledcolor.text.disabled
labeltype.body via the children slot

Accessibility

SpaceToggles; effect is immediate.

TabFocus ring 2px text.primary offset 3.

color.border.strong on color.bg.primaryContracted at ≥ 3:1 by the build gate.

Native checkbox with role=switch. Never pair with a submit button; that contradiction is a Checkbox.