1.0.1 • Published 4 years ago

webpagelovers-checkbox v1.0.1

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

Description

This is a Vue component for checkbox

Install

npm install webpagelovers-checkbox

Use

# In main.js
import WlCheckbox from 'webpagelovers-checkbox'
Vue.use(WlCheckbox)

# In *.vue
<wl-checkbox></wl-checkbox>  

Attributes

参数说明类型可选值默认值
checked是否选中Booleantrue/falsefalse
disabled是否禁用Booleantrue/falsefalse
className自定义 classString
label自定义描述String

Events

事件说明参数
change监听checked状态checked - 返回被选中状态