How do I render an indeterminate checkbox via JSX?
Here\'s what I\'ve tried:
function ICB({what}) { return
An alternative would be to use a ref attribute with a callback to set the property on the DOM node. For example:
ref
render: function() { return ( ) }