mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Option for adding an icon in wizard-field-checkboxes component (#9363)
This commit is contained in:
committed by
GitHub
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>
|
||||
|
||||
Reference in New Issue
Block a user