Switch
Betav1.0.0토글 형식의 켜고 끄기 컨트롤.
import { Switch } from "@/components/ui/switch";
<Switch id="airplane-mode" />Installation
pnpm dlx shadcn@latest add https://groudit.com/r/switch.jsonComposition
SwitchAccessibility
이 컴포넌트는 WAI-ARIA switch 패턴을 따릅니다.
Keyboard interactions
| Key | Description |
|---|---|
SpaceEnter | 켜기/끄기 토글. |
Tab | 다음 포커스 요소. |
Notes
- •role="switch" + aria-checked. 색상만으로 상태 구분 금지.