2022-07-27 06:53:01 +05:30
|
|
|
<label class="wizard-container__label">
|
2022-08-15 05:52:07 +05:30
|
|
|
<Input
|
|
|
|
@type="checkbox"
|
|
|
|
disabled={{this.field.disabled}}
|
|
|
|
class="wizard-container__checkbox"
|
|
|
|
@checked={{this.field.value}}
|
|
|
|
/>
|
2022-07-27 06:53:01 +05:30
|
|
|
<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 12:58:31 +00:00
|
|
|
@outletArgs={{hash disabled=this.field.disabled}}
|
2022-08-26 17:03:30 -04:00
|
|
|
/>
|
2019-04-11 20:25:08 +05:30
|
|
|
</label>
|