Skip to content

BhavanPatel/react-native-easy-checkbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.

Props Option Default Description
name String checkbox Name of checbox
checked Boolean true State of checkbox
checkBoxTrueStyle Array or Object - Style for True Checkbox container
checkBoxFalseStyle Array or Object - Style for False Checkbox container
checkIconStyle Array or Object - Style for Checkbox
onChange Function - On touch of checkbox returns state of checkbox

About

Simple CheckBox for react-native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published