Skip to content

ziad-saab/react-boolean-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This package is useless because React already provides checkedLink

React-boolean-checkbox

React checkbox for true/false with valueLink.

Usage

<label>
  <BooleanCheckbox valueLink={this.linkState('isSupercool')}/>
  <span>Are you super cool?</span>
</label>

Install

bower install react-boolean-checkbox
or
npm install react-boolean-checkbox

Simply require it to use it:

var BooleanCheckbox = require('react-boolean-checkbox');

About

React boolean checkbox with valueLink

Resources

Stars

Watchers

Forks

Packages

No packages published