UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

4 lines (3 loc) 352 B
<novo-radio [checked]="false" name="basic" value="one" (change)="onChangeBasic($event)">Make me anything!</novo-radio> <novo-radio [checked]="true" name="basic" value="two" (change)="onChangeBasic($event)">I get transcluded in!</novo-radio> <novo-radio [checked]="false" name="basic" value="three" (change)="onChangeBasic($event)">REALLY!</novo-radio>