Switch
Import
import { Switch } from "@sparrowengg/twigs-react";
Usage
Props
| Property | Description | Type | Default |
|---|---|---|---|
| checked | state of the Switch | boolean,"indeterminate" | false |
| defaultChecked | Uncontrolled default state of Switch | boolean | |
| disabled | boolean | false | |
| size | Size of the Switch | sm md | sm |
| onChange | Callback function when Switch is clicked | function |