2016-09-09 15:57:44 -04:00
|
|
|
<div class="radio-area">
|
2020-04-16 15:01:11 -04:00
|
|
|
<input type="radio" name={{label}}>
|
2016-09-09 15:57:44 -04:00
|
|
|
<span class="radio-label">
|
|
|
|
{{#if icon}}
|
2017-07-26 16:25:09 -04:00
|
|
|
{{d-icon icon}}
|
2016-09-09 15:57:44 -04:00
|
|
|
{{/if}}
|
|
|
|
{{label}}
|
|
|
|
</span>
|
2016-09-21 11:22:46 -04:00
|
|
|
{{#if extraLabel}}
|
|
|
|
<span class="extra-label">
|
2020-03-11 04:23:10 -04:00
|
|
|
{{html-safe extraLabel}}
|
2016-09-21 11:22:46 -04:00
|
|
|
</span>
|
|
|
|
{{/if}}
|
2016-09-09 15:57:44 -04:00
|
|
|
</div>
|
|
|
|
<div class="radio-description">
|
|
|
|
{{description}}
|
|
|
|
</div>
|