<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [VarBool](./services.varbool.md) &gt; [(constructor)](./services.varbool.(constructor).md)

## VarBool.(constructor)

Constructs a new instance of the `VarBool` class

<b>Signature:</b>

```typescript
constructor(values: boolean[]);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  values | <code>boolean[]</code> |  |

