| label | string | <optional> 
 | The label text of the checkbox. | 
    
        
            
                | checked | boolean | <optional> 
 | Specifies trueif you want to check the checkbox. | 
    
        
            
                | indeterminate | boolean | <optional> 
 | Specifies trueif you want to set the checkbox
in indeterminate. | 
    
        
            
                | className | string | <optional> 
 | The class name that is added to the root element. | 
    
        
            
                | disabled | boolean | <optional> 
 | Specifies trueif you want to disable the checkbox.
Default tofalse. | 
    
        
            
                | disablesMdcInstance | boolean | <optional> 
 | Specifies trueif you do not want to
instantiate MDC Component. Default tofalse. | 
    
        
            
                | supportsTouch | boolean | <optional> 
 | Whether to support touch in Material Design
specification. Material Design spec advises that touch targets should be at least 48 x 48 px. | 
    
        
            
                | mdcCheckboxRef | React.MutableRefObject | <optional> 
 | MutableRefObject which bind an
MDCCheckbox instance to. The instance is not bind if props.disablesMdcInstanceistrue. | 
    
        
            
                | mdcFormFieldRef | React.MutableRefObject | <optional> 
 | MutableRefObject which bind an
MDCormField instance to. The instance is not bind if props.disablesMdcInstanceistrue. |