formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
22 lines • 533 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"label_with": 4,
"controls": [{
"id": "toggle",
"validators": [{
"validator_type": [ "Required" ]
}],
"title": "Toggle",
"value": true,
"control_type": [ "Toggle" ]
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}