Components/Forms & inputs/Switch
component

Switch

src/components/form-controls.tsx

Import

import { Switch } from "@ossrandom/design-system";

Examples

Sizes

↗ Playground

States

↗ Playground

API

extends BaseProps

PropType
checked boolean
defaultChecked boolean
size Size
disabled boolean
loading boolean
label ReactNode
onChange (checked: boolean) => void;