element-plus-checkbox

Reference Element Plus el-checkbox component attributes, events, groups, and slots.

7|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-checkbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: element-plus-checkbox
Source: https://github.com/wepn13232/element-plus-skills/tree/main/checkbox
Command: npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-checkbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need to scroll through the full Element Plus docs by providing a focused reference for el-checkbox behaviors, bindings, and accessibility options right inside Claude Code.

Core Features & Use Cases

  • Comprehensive Attribute Reference: Lists each Checkbox, CheckboxGroup, and CheckboxButton prop with types, defaults, and version notes so you can set accurate bindings without guessing.
  • Event and Slot Coverage: Clarifies which events fire during value changes and how slots customize the rendered content, enabling dynamic form controls.
  • Group and Button Variants: Covers CheckboxGroup constraints, option props, and button-style toggles so you can build selection groups with consistent themes and validation rules.

Quick Start

Ask about el-checkbox attributes and events to receive the detailed API specification you need for your component.

Frequently Asked Questions about element-plus-checkbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the default value and type for the Element Plus el-checkbox checked attribute in Vue 3?

The el-checkbox checked attribute defaults to false and accepts a boolean type in Vue 3 Element Plus. This reference details attribute defaults, types, and version notes to ensure accurate form bindings without guessing.

How do I handle el-checkbox value change events in an Element Plus form?

To handle el-checkbox value change events in Element Plus, bind event handlers to the documented change events. This reference clarifies which events fire during value updates and how slots customize rendered content for dynamic controls.

Can I use CheckboxButton variations inside a CheckboxGroup with Element Plus?

Yes, CheckboxButton variations can be used inside a CheckboxGroup in Element Plus. This reference covers CheckboxGroup constraints, option props, and button-style toggles to build selection groups with consistent themes.

Does the Element Plus checkbox component include accessibility notes for interactive controls?

Yes, the Element Plus checkbox component includes accessibility notes for interactive controls. This reference documents accessibility options, attribute defaults, and event handlers to guide accurate implementation of accessible form controls.

What attributes are available for CheckboxGroup option props in Element Plus?

CheckboxGroup option props in Element Plus include documented attributes with types and defaults for building selection groups. This reference lists each Checkbox, CheckboxGroup, and CheckboxButton prop to set accurate bindings.

How does the el-checkbox slot customize rendered content in Vue 3 forms?

The el-checkbox slot customizes rendered content in Vue 3 forms by allowing dynamic content injection during value changes. This reference clarifies which slots customize the rendered content and how events fire to enable dynamic form controls.