idRequired
string
childrenRequired
RadioItem[]
valueRequired
string | number
onChangeRequired
(event: FormEvent<HTMLInputElement>) => void
aria-labelledbyRequired
string
aria-labelRequired
string
labelRequired
ReactNode
disabled
boolean
description
ReactNode
message
ReactNode
reserveMessageSpace
boolean
tone
"critical" | "neutral" | "positive"
required
boolean
data
DataAttributeMap
name
string
size
"small" | "standard"
secondaryLabel
ReactNode
tertiaryLabel
ReactNode
valueRequired
string | number | readonly string[]
labelRequired
ReactNode
aria-describedby
string
children
ReactNode
data
DataAttributeMap
disabled
boolean
badge
Badge
description
ReactNode
ref
Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).
string | (instance: HTMLInputElement | null) => void | RefObject<HTMLInputElement>