@z2o/checkbox

1.0.0 • Public • Published

checkbox

React checkbox component

Install

$ npm install @z2o/checkbox

Usage

import Checkbox from '@z2o/checkbox'

const c = <Checkbox>default</Checkbox>
React.render(c, container)

Example

online example: https://z2o-react.github.io/checkbox/

API

name type default description
prefixCls string z2o-checkbox 自定义类名前缀
className string - 自定义额外类名
style Object - 添加额外样式
checked Boolean false 指定当前是否选中
defaultChecked Boolean false 初始是否选中
disabled Boolean false 组件禁用状态
indeterminate Boolean false 设置 indeterminate 状态,只负责样式控制
size string medium largesmall
onChange (event) => - 变化时回调函数

License

@z2o/checkbox is released under the MIT license.

Dependents (0)

Package Sidebar

Install

npm i @z2o/checkbox

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

17 kB

Total Files

12

Last publish

Collaborators

  • li-shuaishuai