Home > react-native-material-kit > Checkbox
Checkbox class
The Checkbox component.
Signature:
export default class Checkbox extends Component<CheckboxProps, CheckboxState>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(props) | Constructs a new instance of the Checkbox class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultProps | static |
CheckboxProps |
Default props |
Methods
| Method | Modifiers | Description |
|---|---|---|
| render() | ||
| UNSAFE_componentWillMount() | ||
| UNSAFE_componentWillReceiveProps(nextProps) | TODO using controlled components. https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html?#preferred-solutions |
Remarks
See Guideline & MDL implementation