2022-07-26 21:23:01 -04:00
|
|
|
<label class="wizard-container__label">
|
2022-08-14 20:22:07 -04:00
|
|
|
<Input
|
|
|
|
@type="checkbox"
|
|
|
|
disabled={{this.field.disabled}}
|
|
|
|
class="wizard-container__checkbox"
|
|
|
|
@checked={{this.field.value}}
|
|
|
|
/>
|
2022-07-26 21:23:01 -04:00
|
|
|
<span class="wizard-container__checkbox-slider"></span>
|
|
|
|
{{#if this.field.icon}}
|
|
|
|
{{d-icon this.field.icon}}
|
|
|
|
{{/if}}
|
|
|
|
<span class="wizard-container__checkbox-label">
|
|
|
|
{{this.field.placeholder}}
|
|
|
|
</span>
|
2022-08-26 17:03:30 -04:00
|
|
|
<PluginOutlet
|
|
|
|
@name="below-wizard-checkbox"
|
2023-01-31 07:58:31 -05:00
|
|
|
@outletArgs={{hash disabled=this.field.disabled}}
|
2022-08-26 17:03:30 -04:00
|
|
|
/>
|
2019-04-11 10:55:08 -04:00
|
|
|
</label>
|