I have stored the value of radio button in local storage. Now I want to display that value to the same radio button if the user came back to that page. Is there any other way to retain data of radio buttons in react.
I have stored the value of radio button in local storage. Now I want to display that value to the same radio button if the user came back to that page. Is there any other way to retain data of radio buttons in react.