Added the indeterminate prop to enhancedSwitch which adds the
appropriate indeterminate class and then attempts to set the input to
indeterminate onMount and onUpdate.
See https://github.com/facebook/react/issues/1798 for discussion about setting indeterminate with react.
Added the indeterminate prop to enhancedSwitch which adds the appropriate indeterminate class and then attempts to set the input to indeterminate onMount and onUpdate. See https://github.com/facebook/react/issues/1798 for discussion about setting indeterminate with react.