{#if type === 'bool'}
onChanged(!value)} />
{:else if type === 'options'}
onChanged(ev.target.value)}> {#each (options || []) as option}
{option}
{/each}
{:else}
{/if}