{#if show_label}
{/if}
{#each values as _value (_value)}
gradio.dispatch("select", detail)}
on:share={({ detail }) => gradio.dispatch("share", detail)}
on:error={({ detail }) => gradio.dispatch("error", detail)}
value={_value}
{label}
show_label={false}
{show_download_button}
selectable={_selectable}
{show_share_button}
i18n={gradio.i18n}
/>
{/each}