Skip to content
On this page

Boolean

Represents a boolean choice (e.g., true/false or yes/no)

Data Structure

json
{
  "linkId": "<string>",
  "text": "<string>",
  "repeats": "<boolean>",
  "required": "<boolean>",
  "type": "boolean"
}

Demo

TBD