Class

StyledCheckbox

StyledCheckbox(props) → {React.ReactElement}

Constructor

# new StyledCheckbox(props) → {React.ReactElement}

Overview

The CheckBox component from Material-UI library with custom styling. For full documentation check out Material-UI docs on CheckBox.
Parameters:
Name Type Description
props Object

Any other props will be forwarded to the CheckBox component.

View Source Utils/Inputs/StyledCheckbox.js, line 29

React.ReactElement