Displaying Checked values in Radio button reactJs
I have a Api call which get a object with question Id and response Id given by the user. When I revisit the questions, I want to see the previously given answers checked in the radio button. I can get…