Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

  • v0.0.0-20170930060718-791e4429e92f
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc