Primitives
Checkbox
Perform state toggling.
Usage
Assemble the checkbox directives in your template.
API Reference
The following directives are available to import from the @ng-primitives/ng-primitives/checkbox
package:
NgpCheckboxDirective
Define the checked state.
Define the interminate state.
Define the disabled state.
Event emitted when the state changes.
Event emitted when the indeterminate state changes.
NgpCheckboxIndicatorDirective
There are no inputs or outputs for this directive.
Schematics
You can use our schematic to generate a new checkbox component.
Options
The name of the component.
The name of the project to add the component to.
The path to create the component.