https://eui.elastic.co/#/display/card#checkable
It seems that labelProps are not applied to label in EuiCheckableCard.
|
<label |
|
ref={labelEl} |
|
className={labelClasses} |
|
css={labelStyles} |
|
htmlFor={id} |
|
aria-describedby={children ? `${id}-details` : undefined} |
https://eui.elastic.co/#/display/card#checkable
It seems that
labelPropsare not applied to label inEuiCheckableCard.eui/packages/eui/src/components/card/checkable_card/checkable_card.tsx
Lines 120 to 125 in 1b0de1f