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
4
GitHub Stars
25
First Seen
Jul 2, 2026
el-checkbox — jiaiyan/element-plus-skills