Add the checkbox input widget (#204)

* Add the checkbox input widget

* Add OptionalInput widget
This commit is contained in:
Keavon Chambers
2021-07-08 14:10:30 -07:00
parent 8666ff4390
commit 29a2b46684
16 changed files with 274 additions and 39 deletions

View File

@@ -22,10 +22,10 @@
"import { defineComponent } from \"vue\";",
"",
"export default defineComponent({",
"\tcomponents: {",
"\t},",
"\tprops: {",
"\t},",
"\tcomponents: {",
"\t},",
"});",
"</script>",
"",