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 e7a70de commit 3feceb4Copy full SHA for 3feceb4
core/src/components/checkbox/checkbox.tsx
@@ -266,7 +266,7 @@ export class Checkbox implements ComponentInterface {
266
const hasLabelContent = el.textContent !== '';
267
const inputLabelId = inputId + '-lbl';
268
269
- // The host must be a checkbox role to support Safari's Voice Over accessibility
+ // The host must be a checkbox role to support Safari's Voice Over accessibility
270
return (
271
<Host
272
role="checkbox"
0 commit comments