ng-custom-checkbox-values
Version:
Custom checkbox values like strings or numbers other than default boolean
43 lines (29 loc) • 888 B
Markdown
# angular-custom-checkbox-values
Custom checkbox values like strings or numbers other than default boolean
## Install
```shell
$ npm i ng-custom-checkbox-values
```
## Usage
Presently works with angular reactive form components only.
Add CustomCheckboxValuesDirective to NgModule
```ts
import { CustomCheckboxValuesDirective } from "ng-custom-checkbox-values";