{
  "schemaVersion": 1,
  "generatedBy": "generation/forms_p7.py",
  "note": "SAMPLE reference for the AcroForm field flags used by the P7 PDFs in this catalog.",
  "flags": [
    {
      "name": "readOnly",
      "bit": 1,
      "appliesTo": [
        "text",
        "checkbox",
        "radio",
        "choice",
        "listbox"
      ],
      "effect": "The value is shown but cannot be edited. It is still exported."
    },
    {
      "name": "required",
      "bit": 2,
      "appliesTo": [
        "text",
        "checkbox",
        "radio",
        "choice",
        "listbox"
      ],
      "effect": "The viewer refuses to submit while the field is empty."
    },
    {
      "name": "noExport",
      "bit": 3,
      "appliesTo": [
        "text",
        "checkbox",
        "radio",
        "choice",
        "listbox"
      ],
      "effect": "The field is excluded from FDF and XFDF exports."
    },
    {
      "name": "multiline",
      "bit": 13,
      "appliesTo": [
        "text"
      ],
      "effect": "The text field wraps and accepts newlines."
    },
    {
      "name": "password",
      "bit": 14,
      "appliesTo": [
        "text"
      ],
      "effect": "Typing is masked and the value is not stored by the viewer."
    },
    {
      "name": "noToggleToOff",
      "bit": 15,
      "appliesTo": [
        "radio"
      ],
      "effect": "Clicking the selected kid does not clear the group."
    },
    {
      "name": "radio",
      "bit": 16,
      "appliesTo": [
        "button"
      ],
      "effect": "Marks a button field as a radio group rather than a checkbox."
    },
    {
      "name": "pushButton",
      "bit": 17,
      "appliesTo": [
        "button"
      ],
      "effect": "Marks a button field as an action button with no value."
    },
    {
      "name": "combo",
      "bit": 18,
      "appliesTo": [
        "choice"
      ],
      "effect": "Renders the choice field as a drop-down instead of a list box."
    },
    {
      "name": "edit",
      "bit": 19,
      "appliesTo": [
        "choice"
      ],
      "effect": "Allows a value outside the option list. Only meaningful with combo."
    },
    {
      "name": "multiSelect",
      "bit": 22,
      "appliesTo": [
        "listbox"
      ],
      "effect": "Several options may be selected at once."
    },
    {
      "name": "comb",
      "bit": 25,
      "appliesTo": [
        "text"
      ],
      "effect": "Spreads characters into fixed cells. Requires a maximum length and no other layout flag."
    }
  ],
  "usedByThisWave": [
    "comb",
    "password",
    "readOnly"
  ]
}
