1.0.1 • Published 10 years ago
Reactive Switch

This library provides a Switch React component.
Demo
| Properties | Type | Required? | Default |
|---|
| checked | boolean | yes | false |
| labelOff | string | no | undefined |
| labelOn | string | no | undefined |
| name | string | yes | undefined |
| onChange | function | yes | undefined |