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 bb28eaa commit b004364Copy full SHA for b004364
packages/checkbox/src/utils/getLgIds.ts
@@ -5,6 +5,8 @@ export const DEFAULT_LGID_ROOT = 'lg-checkbox';
5
export const getLgIds = (root: LgIdString = DEFAULT_LGID_ROOT) => {
6
const ids = {
7
root,
8
+ label: `${root}-label`,
9
+ description: `${root}-description`,
10
} as const;
11
return ids;
12
};
0 commit comments