Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

el-checkbox

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-checkbox

A el-checkbox component for Vue.js.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
2
Weekly downloads
 
Created
Source

el-checkbox

A el-checkbox component for Vue.js.

Demo

http://element-component.github.io/el-checkbox

Installation

npm i el-checkbox -D

Usage

import Vue from 'vue'
import ElCheckbox from 'el-checkbox'
import 'element-theme-default/dist/checkbox.css'

Vue.use(ElCheckbox)

or

import Vue from 'vue'
import { ElCheckbox } from 'el-checkbox'

Vue.component('el-checkbox', ElCheckbox)

Options

参数说明类型可选值默认值
model绑定值string[]
value真实值string
label显示值,不填则显示 valuestring
disabled禁用booleantrue, falsefalse

Development

make dev

## test
make test

## build
make build

License

MIT

Keywords

FAQs

Package last updated on 13 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc