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 1929a55 commit 4236a10Copy full SHA for 4236a10
packages/checkbox/src/Checkbox/Checkbox.tsx
@@ -137,8 +137,8 @@ const Checkbox = React.forwardRef(
137
className={cx(labelStyle, labelHoverStyle[theme], {
138
[disabledLabelStyle]: disabled,
139
})}
140
- data-lgid={lgIds.root}
141
- data-testid={lgIds.root}
+ data-lgid={lgIds.label}
+ data-testid={lgIds.label}
142
>
143
<input
144
{...rest}
@@ -186,8 +186,8 @@ const Checkbox = React.forwardRef(
186
<Description
187
className={descriptionStyle}
188
disabled={disabled}
189
190
+ data-lgid={lgIds.description}
+ data-testid={lgIds.description}
191
192
{description}
193
</Description>
0 commit comments