Primitives
Radio
Selection within a group.
Usage
Assemble the radio directives in your template.
API Reference
The following directives are available to import from the @ng-primitives/ng-primitives/radio
package:
NgpRadioGroupDirective
Define the selected value.
Define the disabled state.
Define the orientation.
Event emitted when the selection changes.
NgpRadioItemDirective
Define the value of this item.
Define the disabled state.
NgpRadioIndicatorDirective
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.