4.1.1 • Published 8 years ago

apeman-react-checkbox v4.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

apeman-react-checkbox

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for checkbox component.

Installation

$ npm install apeman-react-checkbox --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'

import React from 'react'
import {ApIonIconStyle} from 'apeman-react-basic'
import {ApCheckbox, ApCheckboxStyle} from 'apeman-react-checkbox'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApCheckbox id="favor-checkbox-orange" name="favor" value="orange" title="I like orange."
                    onChange={ () => { /* ... */ } }/>
        <ApCheckbox id="favor-checkbox-apple" name="favor" value="apple" title="I like apple."
                    onChange={ () => { /* ... */ } }/>
      </div>
    )
  }
})

Components

ApCheckboxGroup

Props

NameTypeDefaultDescription

ApCheckboxStyle

Props

NameTypeDefaultDescription

ApCheckbox

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

4.1.1

8 years ago

4.1.0

9 years ago

4.0.6

9 years ago

4.0.5

9 years ago

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.1.8

9 years ago

3.1.7

9 years ago

3.1.6

9 years ago

3.1.5

9 years ago

3.1.4

9 years ago

3.1.3

9 years ago

3.1.2

9 years ago

3.1.1

9 years ago

3.1.0

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.2.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago