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 e8446ca commit 007391bCopy full SHA for 007391b
core/src/components/checkbox/checkbox.tsx
@@ -266,7 +266,8 @@ 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 element must have a checkbox role to ensure proper VoiceOver
270
+ // support in Safari for accessibility
271
return (
272
<Host
273
role="checkbox"
0 commit comments