{
  "text": {
    "value": "value. Now its enabled",
    "disabled": false,
   "readonly": true
  },
  "select": {
    "value": [
      {
        "value": 1,
        "text": "a",
        "selected": true
      },
      {
        "value": 2,
        "text": "b",
        "selected": false
      }
    ]
  },
 "radio": {
  "value": "a",
 "disabled": false
},
 "checkbox": {
   "value": true,
  "readonly": true
 }
}

Radio (name: radio)

Checkbox (name: checkbox)