2016-09-09 15:57:44 -04:00
|
|
|
{{#each field.choices as |c|}}
|
2019-04-22 10:17:29 -04:00
|
|
|
<div class="radio-field-choice {{fieldClass}}">
|
2016-09-09 15:57:44 -04:00
|
|
|
{{radio-button value=field.value
|
|
|
|
radioValue=c.id
|
|
|
|
label=c.label
|
2016-09-21 11:22:46 -04:00
|
|
|
extraLabel=c.extra_label
|
2016-09-09 15:57:44 -04:00
|
|
|
icon=c.icon
|
|
|
|
description=c.description
|
2019-01-10 05:06:01 -05:00
|
|
|
onChange=(action "changed")}}
|
2016-09-09 15:57:44 -04:00
|
|
|
</div>
|
|
|
|
{{/each}}
|