0.1.1 • Published 6 years ago

@y2z/react-native-checkbox v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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

simulator screen shot - iphone 6 - 2018-09-10 at 13 35 14 simulator screen shot - iphone 6 - 2018-09-10 at 13 35 15