DEV: Option for adding an icon in wizard-field-checkboxes component (#9363)

This commit is contained in:
Mark VanLandingham
2020-04-06 14:00:55 -05:00
committed by GitHub
parent b248c553c2
commit 58bec3b200

View File

@@ -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>