sample-process-models/misc/qa/forms/test-checkbox-2/checkbox-test-2-exampledata.json
2024-07-15 10:51:00 -04:00

18 lines
256 B
JSON

{
"checkbox1": false,
"firstName": "Chuck",
"fruits": [
{
"value": "apples",
"label": "Apples"
},
{
"value": "oranges",
"label": "Oranges"
},
{
"value": "bananas",
"label": "Bananas"
}
]
}