el-checkbox

Installation
SKILL.md

Checkbox Component

Checkbox component provides a group of options for multiple choices with various styles and configurations.

When to Use

  • Multiple selection from options
  • Toggle between states
  • Check-all functionality
  • Form multi-select fields

Basic Usage

<template>
  <el-checkbox v-model="checked">Option</el-checkbox>
</template>
Installs
1
GitHub Stars
16
First Seen
5 days ago
el-checkbox — jiaiyan/element-plus-skills