formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
28 lines (24 loc) • 651 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"label_with": 4,
"controls": [{
"id": "checkbox",
"validators": [{
"validator_type": [ "Required" ]
}],
"title": "Checkbox",
"value": true,
"control_type": [ "Checkbox" ],
"info": "Info Test",
"label_position": [ "Left"]
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}