[{ type: 'text', title: 'Name' value: 'John', width: 50 }, { type: 'radio' Source: ['Male', 'Female'] value: 'Male', width: 100 }, { type: 'checkbox' title: 'Married' value: false, width: 100 }]