{#if $currentUser}
{#each checkboxes as [text, bool]}
{ checkboxes.set(text, !bool), (checkboxes = checkboxes); }} id="worthsolving" bind:checked={bool} />
{ checkboxes.set(text, !bool), (checkboxes = checkboxes); }} for={text} class=" ml-2 font-extralight peer-disabled:cursor-not-allowed peer-disabled:opacity-70" > {text}
{/each}
{ if (currentUserHasVotepower) { publish($ndk, 'ratify'); } else { alert(`Your pubkey does not have votepower in ${rocket.Name()}`); } }}>Vote to Approve
{ if (currentUserHasVotepower) { publish($ndk, 'blackball'); } else { alert(`Your pubkey does not have votepower in ${rocket.Name()}`); } }}>Vote to Reject
{:else}
{/if}