Support is_primary fields and boolean options.
[civicrm-core.git] / ext / afform / core / ang / af / fields / Radio.html
CommitLineData
4e35388c 1<label ng-repeat="opt in getOptions() track by opt.key" >
243ce6d3 2 <input class="crm-form-radio" type="radio" ng-model="dataProvider.getFieldData()[fieldName]" ng-value="opt.key" />
b4def6e9 3 {{ opt.label }}
17d153bd 4</label>