Html – Radio Button Background Not Changing on First Click in React Component
I'm working on a React form where I'm trying to change the background color of a label when a radio button is selected, but when I click/check the button it first update the state and on second click it shows…