@y2z/react-native-checkbox
v0.1.1
Published
This is a checkbox component made for react native, <br>
Readme
react-native-checkbox
This is a checkbox component made for react native,
Installation
yarn add @y2z/react-native-checkbox
Usage
import CheckBox from '@y2z/react-native-checkbox';
'<CheckBox checked={this.state.checked} onPress={()=> this.setState({checked: !this.state.checked})}/>'
Output

