8 lines
300 B
Markdown
8 lines
300 B
Markdown
**Switch** — instant on/off toggle for settings and table filters ("Show disabled", "Show filler"). Track turns accent when on.
|
|
|
|
```jsx
|
|
<Switch checked={showDisabled} onChange={setShowDisabled} label="Show disabled" />
|
|
```
|
|
|
|
Props: `checked`, `onChange(next)`, `label`, `size` (sm·md), `disabled`.
|