User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/decisionbuttons-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-15 09:56:28 +00:00
parent b11fdf0ef8
commit 251fd306d3
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
{ {
"title": "Checkbox",
"description": "A super simple checkbox",
"properties": {
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
} }