RadioExample.php contains one example of a radio button. We should make this a group of radio buttons that demonstrates different types of radio buttons.
- Add a radio button that is already selected
- Add a disabled radio button
- Add an inline radio button
- Verify that they show up correctly in the sandbox (composer run-script start-sandbox)
- Regenerate the snapshot tests (composer run update-snapshots)