Skip to content

Commit b004364

Browse files
committed
fixup! Fix Checkbox
1 parent bb28eaa commit b004364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/checkbox/src/utils/getLgIds.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export const DEFAULT_LGID_ROOT = 'lg-checkbox';
55
export const getLgIds = (root: LgIdString = DEFAULT_LGID_ROOT) => {
66
const ids = {
77
root,
8+
label: `${root}-label`,
9+
description: `${root}-description`,
810
} as const;
911
return ids;
1012
};

0 commit comments

Comments
 (0)