The @cocokits/angular-checkbox
package offers a flexible, essential UI component designed for Angular applications. The included CheckboxComponent
allows users to make binary selections, making it ideal for forms, settings panels, and anywhere multiple selections are required. This component is customizable, seamlessly integrating into various design systems.
CheckboxComponent
The CheckboxComponent
provides a reliable, customizable checkbox element, designed to work across different design systems and form structures.
- Theming Flexibility: Compatible with various design system themes, allowing the checkbox to adapt to the application's overall style with minimal configuration.
- Two-Way Data Binding with ngModel: Supports ngModel for easy two-way data binding, making it simple to synchronize checkbox states with Angular's template-driven forms.
- Reactive Forms Integration: Fully compatible with Angular's Reactive Forms, enabling smooth incorporation into more complex form setups with built-in validation and control features.
As with other components in CocoKits
, the CheckboxComponent
does not include built-in styles. Instead, it applies CSS classes based on the configuration provided, allowing you to customize the appearance or apply a theme from CocoKits
.
Documentation and Examples For detailed configuration options, usage examples, and additional documentation, visit:
We welcome contributions! If you'd like to contribute to this project, please read our Contributing Guidelines
This project is licensed under the Apache License. See the LICENSE file for details.