4.1.1 • Published 8 years ago
apeman-react-checkbox v4.1.1
apeman-react-checkbox
apeman react package for checkbox component.
Installation
$ npm install apeman-react-checkbox --save
Demo
Live demo is hosted on GitHub Pages.
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
Name | Type | Default | Description |
---|
ApCheckboxStyle
Props
Name | Type | Default | Description |
---|
ApCheckbox
Props
Name | Type | Default | Description |
---|
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