mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 21:17:40 +08:00
9 lines
232 B
Handlebars
9 lines
232 B
Handlebars
<RadioButton @name="install-items" @id={{value}} @value={{value}} @selection={{selection}} />
|
|
<label class="radio" for={{value}}>
|
|
{{#if showIcon}}
|
|
{{d-icon "plus"}}
|
|
{{/if}}
|
|
{{i18n label}}
|
|
</label>
|
|
{{d-icon "caret-right"}}
|