1.0.12 • Published 4 years ago

sxw-checkbox v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

sxw-checkbox

安装

npm install sxw-checkbox --save

import GdbCheckbox from 'sxw-checkbox';

<gdb-checkbox v-model="value">多选框</gdb-checkbox>

options

参数              参数名                类型        默认值
value             是否选中             Boolean      false
color             选中的颜色           String       #12b484
fontSize          字体大小             Number       12
fontColor         字体颜色             String       #666
disabled          禁止点击             Boolean      false

events

事件名称               说明                 回调参数
change		  多选框选中状态改变时       	   是否选中	
1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago