{#if label}
{label}
{/if}
{#each items as item}
{#if type === "checkbox"}
{:else}
{/if}
{item.label}
{/each}