Skip to main content

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

boolean
default:"false"
Define the checked state.
boolean
default:"false"
Define the interminate state.
boolean
default:"false"
Define the disabled state.
boolean
Event emitted when the state changes.
boolean
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

string
The name of the component.
string
The name of the project to add the component to.
string
The path to create the component.