bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

How can a default value for a list of radio buttons be set? #60

Closed janjaap closed 4 years ago

janjaap commented 4 years ago

I'm using the form generator and I would like to render a list of radio buttons that always renders with one of the buttons checked by default. I cannot find any reference to such an option in the documentation or examples. How can I achieve this?