LaunchPadLab / lp-components

Our Components
http://lp-components.herokuapp.com
MIT License
5 stars 1 forks source link

Checkbox/Radio group input prop types should accept bool #532

Closed chawes13 closed 2 years ago

chawes13 commented 2 years ago

Right now we just have PropTypes.oneOfType([PropTypes.string, PropTypes.number]). Sometimes "yes" or "no" inputs have values of true or false. We shouldn't see a console warning here Image 2022-02-02 at 9 03 46 PM