UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

17 lines (13 loc) 352 B
# 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