The CheckBox Field simple stores whether or not the CheckBox Field is checked or unchecked by storing true or false respectively.

{
	 "Signature Required": {
      "value": true,
      "id": "3af84fe6-d6a4-44e2-bb6a-a479010c501a",
      "name": "Signature Required",
      "type": "CheckBox"
    }
}

📘

NOTE

The id, name, and type are not necessary when creating or updating a form, they are returned in the JSON of a request for readability.