syncfusion-maui-checkbox
Installation
SKILL.md
Implementing Checkboxes in .NET MAUI
The Syncfusion .NET MAUI CheckBox (SfCheckBox) is a selection control that allows users to choose one or more options from a set. It supports three states (checked, unchecked, indeterminate), extensive visual customization, and event-driven state management.
When to Use This Skill
Use this skill when the user needs to:
- Implement checkbox controls in .NET MAUI applications
- Add selection controls for single or multiple choice scenarios
- Create three-state checkboxes with indeterminate state support
- Customize checkbox appearance (colors, shapes, sizes, text)
- Handle checkbox events (StateChanged, StateChanging)
- Apply visual states using VisualStateManager
- Build checkbox groups for multi-select scenarios (e.g., settings, forms, filters)
- Implement parent-child checkbox hierarchies with select-all functionality
- Create terms and conditions acceptance UI
- Add accessible selection controls with MAUI styling