You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull Request
## 📖 Description
Radios will show `false` instead of no radio being selected when the value is undefined. This change fixes it so that they are not checked if the value is `undefined`.
### 🎫 Issues
Closes#229
## ✅ Checklist
### General
<!--- Review the list and put an x in the boxes that apply. -->
- [x] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
What happened?
When a boolean property is required and undefined, it appears as false as a radio.
example:
What package(s) are causing the problem?
design-to-code-react
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Relevant log output
No response
The text was updated successfully, but these errors were encountered: