◇
Toggle
1 partsAnatomy
Import the parts and compose them. Each part forwards attributes to its underlying element.
vue
import {
Toggle,
} from '@robonen/primitives/toggle';
<Toggle />API Reference
Toggle
Root| Prop | Type | Description |
|---|---|---|
defaultPressed? | boolean | Uncontrolled initial pressed state. |
disabled? | boolean | Disables the toggle. |