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

19 lines
684 B
JSON

{
"checkbox1": {
"ui:tooltip": "This is the Checkbox tooltip",
"ui:help": "Hover on the Done check box"
},
"firstName": {
"ui:autofocus": true,
"ui:emptyValue": "",
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
"ui:autocomplete": "family-name",
"ui:enableMarkdownInDescription": true,
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/).",
"ui:help": "Hover on the textbox"
},
"checkbox2": {
"ui:tooltip": "No default value here. But this is required.",
"ui:help": "Hover on the Check 2 check box"
}
}