diff --git a/packages/components/src/radio-control/types.ts b/packages/components/src/radio-control/types.ts index d42d9e58a0d21..be42504d91c0a 100644 --- a/packages/components/src/radio-control/types.ts +++ b/packages/components/src/radio-control/types.ts @@ -21,7 +21,7 @@ export type RadioControlProps = Pick< * * When the label is not a string, make sure that the element is accessibly labeled. */ - label: React.ReactNode; + label: string | React.ReactElement; /** * The internal value compared against select and passed to onChange */