mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Option for adding an icon in wizard-field-checkboxes component (#9363)
This commit is contained in:
parent
b248c553c2
commit
58bec3b200
@ -5,6 +5,9 @@
|
||||
class="wizard-checkbox"
|
||||
click=(action "changed" value="target")
|
||||
checked=c.checked}}
|
||||
{{#if c.icon}}
|
||||
{{d-icon c.icon}}
|
||||
{{/if}}
|
||||
{{c.label}}
|
||||
</label>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user