Toggle
Boolean switch component.
Usage
<Toggle label="Enable notifications" name="notifications" checked={true}/>Props
| Prop | Type | Description |
|---|---|---|
label | string | Toggle label text |
name | string | Input name attribute |
checked | boolean | Whether toggle is on |
Boolean switch component.
<Toggle label="Enable notifications" name="notifications" checked={true}/>| Prop | Type | Description |
|---|---|---|
label | string | Toggle label text |
name | string | Input name attribute |
checked | boolean | Whether toggle is on |