10
thisdot
7y

Gentlemen, I know React and Redux..
But I have no idea how to create a radio button!

Comments
  • 1
    If its not button type="radio" then idk either
  • 1
    You need to style the label for the <input type='radio'> as the button.
    You're able to style the label based on the input after
Add Comment