{#if icon}
{@render icon()}
{/if}
{label}
{#if description}
{description}
{/if}
{#each options as option}
{option.label}
{/each}