{#if type === 'checkbox'}
(checked = !checked)} />
{label}
{:else}
{label}
{/if}
{#if error}
{error}
{/if} {#if type === 'select'}
{#each options as option}
{option.label}
{/each}
{:else if type === 'textarea'}
{:else if type != 'checkbox'}
{/if}