# Tiles
A tile is like a radio button group.

## Usage
    import { NOVO_TILES_ELEMENTS } from 'novo-elements';

##### Properties
- `'name' : String`
    * Name for the field
- `'options' : Array`
    * Collection of values to use
- `'required' : String`
    * Is this field required
- `'ngModel' : String`
    * The value of the Tiles, will be broad casted when the Tiles selected changes

#### Outputs
- `'onChange': Function`
    * An event function that is fired when the value is changed