🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/bhavanpatel/react-native-easy-checkbox

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
r

github.com/bhavanpatel/react-native-easy-checkbox

v0.0.0-20170930060718-791e4429e92f
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Version published
Created
Issues
0

react-native-easy-checkbox

NPM version

npm

GitHub issues GitHub forks GitHub stars

NPM

Simple CheckBox for react-native

Installation in project

npm install react-native-easy-checkbox --save

react-native link react-native-vector-icons

Example

Example here

Sample usage


import CheckBox from 'react-native-easy-checkbox';

<CheckBox name="name1" checked={true} onChange={(value) => this._onChangeValue(value)}/>

Configuration

Checkbox component all Configuration.

PropsOptionDefaultDescription
nameStringcheckboxName of checbox
checkedBooleantrueState of checkbox
checkBoxTrueStyleArray or Object-Style for True Checkbox container
checkBoxFalseStyleArray or Object-Style for False Checkbox container
checkIconStyleArray or Object-Style for Checkbox
onChangeFunction-On touch of checkbox returns state of checkbox

FAQs

Package last updated on 30 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts