| Property | Type | Default | Description |
|---|---|---|---|
| checked | boolean | — | Controlled checked state. |
| defaultChecked | boolean | false | Initial checked state when uncontrolled. |
| onCheckedChange | (checked: boolean) => void | — | Callback when checked state changes. |
| activeColor | string | "#4CD964" | Background color when checked. |
| disabled | boolean | false | Whether the switch is disabled. |