react-bare-forms
react-bare-forms copied to clipboard
Allow for Radio buttons to be nested in other JSX elements
Currently the radio buttons are only updatable nested directly in a radio group field.
A solution could potentially use React Refs...?