(isExpanded = !isExpanded)}>
{group} {items && `(${countText})`}
{#if isExpanded} {#if checkedObjectsStore}
handleCheckAll(true)}>Check all |
handleCheckAll(false)}>Uncheck all
{/if} {#each filtered as item}
{/each} {/if}