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