# Component/Control/Switch

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `isOn` | `boolean | undefined` | No | true |  |
| `size` | `undefined "medium" "small" "large"` | No | small |  |
| `width` | `number | undefined` | No |  |  |
| `onText` | `string | undefined` | No | ON |  |
| `offText` | `string | undefined` | No | OFF |  |
