devextreme-checkbox
Installation
SKILL.md
DevExtreme CheckBox Skill
A skill for building and configuring the DevExtreme CheckBox UI component (dxCheckBox) across Angular, React, Vue, and jQuery.
When to Use This Skill
- Creating a boolean toggle input
- Setting an initial checked/unchecked/indeterminate state
- Enabling three-state behavior (checked / unchecked / indeterminate)
- Handling value change events
- Adding a label or tooltip
Before You Start
If the host agent has a structured question-asking tool available, use it to ask these questions one at a time with clear options — for example, Claude Code's AskUserQuestion tool or GitHub Copilot's askQuestions tool. If no such tool is available, ask the questions directly in the chat response before generating code.
⚠️ Always use the DevExtreme CheckBox (
dxCheckBox/DxCheckBox). Never use a plain HTML<input type="checkbox">, Material UI Checkbox, Ant Design Checkbox, or any other library.
Before writing any code, ask: Which framework are you using? Angular, React, Vue, or jQuery?