{#if label}
{label.toUpperCase()}
{/if}
{#each { length: pinLength } as _, index (index)}
handleInput(event, index)} aria-label={`PIN digit ${index + 1} of ${pinLength}${label ? ` for ${label}` : ''}`} /> {/each}