{#each items as item}
{item.label}
{#if select.isSelected(item.value)} selected {/if}
{/each}