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 6a35a26 commit d674ad1Copy full SHA for d674ad1
core/src/components/checkbox/checkbox.tsx
@@ -267,7 +267,7 @@ export class Checkbox implements ComponentInterface {
267
const inputLabelId = inputId + '-lbl';
268
269
// The host element must have a checkbox role to ensure proper VoiceOver
270
- // support in Safari for accessibility
+ // support in Safari for accessibility.
271
return (
272
<Host
273
role="checkbox"
0 commit comments