reactnative-checkbox
v1.0.1
Published
A checkbox for ReactNative
Downloads
1
Readme
react-native-checkbox
A checkbox for React Native.
##Example
<Checkbox style={{marginLeft:20}} color={Global.colors.IOS_BLUE} refresh={this.state.refreshCheckbox} onCheck={()=>{this.onExpenseCheck(item.id);}} onUncheck={()=>{this.unExpenseCheck(item.id);}}/>