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 dbb321b commit ad61ccfCopy full SHA for ad61ccf
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" aria-hidden="true" role="presentation">
+ <svg class="checkbox-icon" viewBox="0 0 24 24" part="container" aria-hidden="true">
332
{path}
333
</svg>
334
0 commit comments