We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581f173 commit c722104Copy full SHA for c722104
1 file changed
components/lib/tristatecheckbox/TriStateCheckbox.js
@@ -124,6 +124,7 @@ export const TriStateCheckbox = React.memo(
124
125
const boxProps = mergeProps(
126
{
127
+ id: props.id + '_box',
128
className: cx('box'),
129
tabIndex: props.disabled ? '-1' : props.tabIndex,
130
onFocus: onFocus,
0 commit comments