User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-24 05:02:56 +00:00
parent 0c7c37ff07
commit dd1bbbc3a3

View File

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