mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
18 lines
341 B
Handlebars
18 lines
341 B
Handlebars
<div class='radio-area'>
|
|
<input type="radio" name={{label}} tabindex="9">
|
|
<span class='radio-label'>
|
|
{{#if icon}}
|
|
{{d-icon icon}}
|
|
{{/if}}
|
|
{{label}}
|
|
</span>
|
|
{{#if extraLabel}}
|
|
<span class='extra-label'>
|
|
{{{extraLabel}}}
|
|
</span>
|
|
{{/if}}
|
|
</div>
|
|
<div class='radio-description'>
|
|
{{description}}
|
|
</div>
|