We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f23526 commit 04174daCopy full SHA for 04174da
core/src/components/checkbox/checkbox.tsx
@@ -255,6 +255,7 @@ export class Checkbox implements ComponentInterface {
255
256
return (
257
<Host
258
+ role="checkbox"
259
aria-checked={indeterminate ? 'mixed' : `${checked}`}
260
aria-describedby={this.getHintTextID()}
261
aria-invalid={this.getHintTextID() === this.errorTextId}
0 commit comments