2020-03-29 14:52:40 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [@apextoaster/js-utils ](./js-utils.md ) > [Checklist ](./js-utils.checklist.md )
## Checklist class
2022-10-08 19:52:35 +00:00
Check whether items are included or not.
2020-03-31 13:49:18 +00:00
2020-03-29 14:52:40 +00:00
< b > Signature:< / b >
```typescript
export declare class Checklist< T > implements ChecklistOptions< T >
```
2020-06-29 23:23:16 +00:00
< b > Implements:</ b > [ChecklistOptions ](./js-utils.checklistoptions.md )<!-- --> < T>
2020-03-29 14:52:40 +00:00
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(options) ](./js-utils.checklist._constructor_.md ) | | Constructs a new instance of the < code > Checklist</ code > class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
2022-10-08 19:52:35 +00:00
| [data ](./js-utils.checklist.data.md ) | < code > readonly</ code > | Array< T> | TODO: switch to Set |
| [mode ](./js-utils.checklist.mode.md ) | < code > readonly</ code > | [ChecklistMode ](./js-utils.checklistmode.md ) | |
2020-03-29 14:52:40 +00:00
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
2021-08-08 20:11:23 +00:00
| [check(value) ](./js-utils.checklist.check.md ) | | Check whether a value is included or excluded from this checklist (depending on < code > mode</ code > ). |
2020-03-29 14:52:40 +00:00