0.0.1 • Published 3 years ago

wc-react-checkbox v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Introduction

A react checkbox component

API

成员说明类型默认值版本
prefixClsclass前缀stringwc-checkbox-
checked是否选中booleanfalse-
defaultChecked默认值booleanfalse-
disabled是否禁用booleanfalse-
onChange值改变事件(checked: boolean,e: React.InputHTMLAttributes\ ) => void--