There was an error while loading. Please reload this page.
1 parent d82a204 commit 8db6ed3Copy full SHA for 8db6ed3
core/src/components/checkbox/checkbox.tsx
@@ -268,7 +268,7 @@ export class Checkbox implements ComponentInterface {
268
aria-checked={indeterminate ? 'mixed' : `${checked}`}
269
aria-describedby={this.getHintTextID()}
270
aria-invalid={this.getHintTextID() === this.errorTextId}
271
- aria-labelledby={inputId + '-lbl'}
+ aria-label={this.renderHintText()}
272
aria-disabled={disabled ? 'true' : null}
273
tabindex="0"
274
onKeyDown={this.onKeyDown}
0 commit comments