Afform - Use new APIv4 format for option values
[civicrm-core.git] / ext / afform / core / ang / af / fields / Radio.html
CommitLineData
1a0ba8a6
CW
1<label ng-repeat="opt in getOptions() track by opt.id" >
2 <input class="crm-form-radio" type="radio" ng-model="dataProvider.getFieldData()[fieldName]" ng-value="opt.id" />
b4def6e9 3 {{ opt.label }}
17d153bd 4</label>