syncfusion-winforms-checkbox
Installation
SKILL.md
Implementing CheckBoxAdv in Windows Forms
When to Use This Skill
Use this skill whenever the user needs to:
- Implement advanced checkbox controls in Windows Forms applications
- Create checkboxes with checked, unchecked, and indeterminate states
- Apply gradient backgrounds, custom borders, or shadow text to checkboxes
- Configure checkbox and text alignment independently
- Associate integer or string values with checkbox states
- Handle checkbox state change events
- Bind CheckBoxAdv controls to SQL database fields
- Customize checkbox appearance beyond standard Windows Forms controls
- Implement three-state checkboxes with tristate support
- Create read-only or auto-sized checkbox controls