{#each items as item (item.id)}
{item.label}
{item.value}
{#if item.hint}
{item.hint}
{/if}
{/each}