# Switches & Toggles

## Usage
```javascript
import { NOVO_SWITCH_ELEMENTS } from 'novo-elements';
```

##### Properties
- `'checked' : Bool`
    * Sets the initial state to checked
- `'disabled' : Bool`
    * Defines whether the switch is disabled

#### Outputs
- `'onChange': Function`
    * An event function that is fired when a switch is switched
