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>