{#if choices && choices.length > 0}
What do you do?
{#each choices as choice}
handleChoice(choice)} disabled={disabled} >
{choice.text}
{#if choice.description}
{choice.description}
{/if}
{/each}
{/if}