tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Checkbox warns when label is a partial. #463

Open Verikon opened 7 years ago

Verikon commented 7 years ago

I've got a use case where the label is an evaluation of some JSX.

ie: label : ( <span>Accept the <a href="...">Terms and Services</a></span> )

I was going to publish a pull request to loosen the proptype, but don't necessarily disagree with a label being strictly a string.

Happy to do a pull request, is there a suggested way to allow checkboxes to accept small partials?