> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bool Field

> A field of true or false boolean values, where a boolean value is defined at every location in space.

### Properties

| Name | Type                                                          |
| ---- | ------------------------------------------------------------- |
| List | [Bool Field List](../../block-documentation/types/bool-field) |

### Block Reference

| Block Name                                                                                       | Location   |
| ------------------------------------------------------------------------------------------------ | ---------- |
| [And](../../block-documentation/blocks/math/logic/and)                                           | Math/Logic |
| [Or](../../block-documentation/blocks/math/logic/or)                                             | Math/Logic |
| [Xor](../../block-documentation/blocks/math/logic/xor)                                           | Math/Logic |
| [Not](../../block-documentation/blocks/math/logic/not)                                           | Math/Logic |
| [Less Than](../../block-documentation/blocks/math/logic/less-than)                               | Math/Logic |
| [Greater Than](../../block-documentation/blocks/math/logic/greater-than)                         | Math/Logic |
| [Less Than or Equal to](../../block-documentation/blocks/math/logic/less-than-or-equal-to)       | Math/Logic |
| [Greater Than or Equal to](../../block-documentation/blocks/math/logic/greater-than-or-equal-to) | Math/Logic |
| [Not Equal](../../block-documentation/blocks/math/logic/not-equal)                               | Math/Logic |
| [Equals](../../block-documentation/blocks/math/logic/equals)                                     | Math/Logic |
