{#if line.icon}
{/if}
{#if line.content}
{#each labelSegments as segment}
{#if segment.icon}
{:else if getSegmentStyle(segment)}
{segment.text}
{:else}
{segment.text}
{/if}
{/each}
{/if}
{#if showLabels}
{offLabel}
{/if}
{checked ? '●' : '○'}
{#if showLabels}
{onLabel}
{/if}