1.0.12 • Published 3 years ago

sxw-checkbox v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago