{#if label}
{label}
{/if}
{#each options as opt} {@const item = group.getItem(getValue(opt))}
{#if item.checked}
{/if}
{getLabel(opt)}
{/each}
(valid = e.detail.valid)} /> {#if required}
{invalidMessage}
{/if}