{#key mode} {#if mode === 'edit'}
Product Details Editing
%
syncCheckbox(e.currentTarget)} type="checkbox" name="status" class="rounded-1 form-check-input product-form-input"> Status: {checkboxLabel === true ? 'Enabled' : 'Disabled'}
{:else} {/if} {/key}