Coming from Orbiter, you should be aware of the following changes:
required
has been renamed toisRequired
.onChange
signature has changed (no event are passed).disabled
has been renamed toisDisabled
.autofocus
is not supported. You must useautofocus
on the actual Radio.fluid
has been removed.reverse
is not supported, useflex-direction
orrow-reverse
instead.- The default orientation is now vertical instead of horizontal.
validationState
has been removed. UseisInvalid
instead. There is noisValid
.wrap
has been removed. Ifhorizontal
, radios will wrap.- There is no
align
prop. If needed, the styled system can be used. inline
prop is not available.