Skip to content

Commit 6a35a26

Browse files
ShaneKthetaPC
andauthored
Update core/src/components/checkbox/checkbox.tsx
Co-authored-by: Maria Hutt <[email protected]>
1 parent 1646e1e commit 6a35a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export class Checkbox implements ComponentInterface {
262262

263263
renderHiddenInput(true, el, name, checked ? value : '', disabled);
264264

265-
// Determine appropriate accessible name
265+
// Determine appropriate accessible name.
266266
const hasLabelContent = el.textContent !== '';
267267
const inputLabelId = inputId + '-lbl';
268268

0 commit comments

Comments
 (0)