SchemaToCode
NGX-SCHEMA-TO-CODE

For boolean dataType there only two input type allowable. When it will show in grid list it show as yes and no instead of true and false.

"married": {
  "dataType": "boolean",
  "inputeType": "checkbox",        // Only checkbox and slideToggle allowable
  "dispalyName": "Married",
  "label": "Are you married?",
  "position": "right",
  "validation": {                 // only if user must select the chekbox, like agree to term and conditions.
    "required": true
  }
}

Boolean value true / false will be show as Yes / no in grid list.