(expanded = !expanded)} aria-expanded={expanded}>
{expanded ? "−" : "+"}
{label}
{#if expanded}
{@render children?.()}
{:else}
{/if}