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
I believe the "checked" property in React.DOM.Props should take a Boolean instead of a String. It feels more idiomatic to use true/false instead of [some string]/[empty string]. Both booleans and strings will work in React, it just feels like booleans are a more natural choice.