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