{#each optionsWithDisplay as [value, display] (value)}
{#if selection.includes(value)}
{:else}
{/if}
{display}
{/each}