The name prop is used for the name attribute of the radio input, which is required to tie a group of radios together. This prop should be required since the component doesn't really work without it.
This is technically a breaking change. I have reviewed all usage of CdxRadio in codesearch and found that all of them use the name prop already, so this should not affect any known users.
Acceptance criteria
- Make the name prop of the Radio component required
- Mark the commit as a breaking change and announce it as such when this change is released