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 e5ed8a1 commit dbb321bCopy full SHA for dbb321b
core/src/components/checkbox/checkbox.tsx
@@ -328,7 +328,7 @@ export class Checkbox implements ComponentInterface {
328
{this.renderHintText()}
329
</div>
330
<div class="native-wrapper">
331
- <svg class="checkbox-icon" viewBox="0 0 24 24" part="container">
+ <svg class="checkbox-icon" viewBox="0 0 24 24" part="container" aria-hidden="true" role="presentation">
332
{path}
333
</svg>
334
0 commit comments