2020-04-14 14:18:49 +08:00
|
|
|
<div class="radio-area">
|
2016-09-23 01:38:40 +08:00
|
|
|
<input type="radio" name={{label}} tabindex="9">
|
2020-04-14 14:18:49 +08:00
|
|
|
<span class="radio-label">
|
2016-09-10 03:57:44 +08:00
|
|
|
{{#if icon}}
|
2017-07-27 04:25:09 +08:00
|
|
|
{{d-icon icon}}
|
2016-09-10 03:57:44 +08:00
|
|
|
{{/if}}
|
|
|
|
{{label}}
|
|
|
|
</span>
|
2016-09-21 23:22:46 +08:00
|
|
|
{{#if extraLabel}}
|
2020-04-14 14:18:49 +08:00
|
|
|
<span class="extra-label">
|
2020-03-11 16:23:10 +08:00
|
|
|
{{html-safe extraLabel}}
|
2016-09-21 23:22:46 +08:00
|
|
|
</span>
|
|
|
|
{{/if}}
|
2016-09-10 03:57:44 +08:00
|
|
|
</div>
|
2020-04-14 14:18:49 +08:00
|
|
|
<div class="radio-description">
|
2016-09-10 03:57:44 +08:00
|
|
|
{{description}}
|
|
|
|
</div>
|