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 8eea3720f2
commit 12dac1c154
16 changed files with 274 additions and 39 deletions
+2 -2
View File
@@ -22,10 +22,10 @@
"import { defineComponent } from \"vue\";",
"",
"export default defineComponent({",
"\tcomponents: {",
"\t},",
"\tprops: {",
"\t},",
"\tcomponents: {",
"\t},",
"});",
"</script>",
"",