Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

bool(value): BoolValue

Defined in: src/attr/values.ts:62

A boolean.

bool is the one type that may also be written bare — { flagged: true } and { flagged: bool(true) } are the same attribute.

boolean

BoolValue

bool(true) // { type: "bool", value: true }