[Solved] enable the go to next step button, tried setting up state and created new onclick method in the radio button

https://codesandbox.io/s/6zrw7r66rr I have forked your codesandbox, and edit 4 files. Pretty sure it satisfies all your requirements stated above VerticalLinearStepper.js: this is where we store our username, password, disabledNext (radioButton) state and handleChange method for setState. Then, we passed down the state to -> Step1.js -> AsyncValidationForm.js. class VerticalLinearStepper extends React.Component { state = { … Read more