UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

6 lines (5 loc) 444 B
<novo-radio-group> <novo-radio button="true" [checked]="false" name="button" value="one" (change)="onChangeButton($event)" label="One"></novo-radio> <novo-radio button="true" [checked]="true" name="button" value="two" (change)="onChangeButton($event)" label="Two"></novo-radio> <novo-radio button="true" [checked]="false" name="button" value="three" (change)="onChangeButton($event)" label="Three"></novo-radio> </novo-radio-group>