diff --git a/module/apps/Ask.mjs b/module/apps/Ask.mjs
index bcd5f4a..472cfbf 100644
--- a/module/apps/Ask.mjs
+++ b/module/apps/Ask.mjs
@@ -33,8 +33,9 @@ export class Ask extends HandlebarsApplicationMixin(ApplicationV2) {
inputs: {
template: filePath(`templates/Ask/inputs.hbs`),
templates: [
- filePath(`templates/Ask/inputs/input.hbs`),
+ filePath(`templates/Ask/inputs/checkbox.hbs`),
filePath(`templates/Ask/inputs/details.hbs`),
+ filePath(`templates/Ask/inputs/input.hbs`),
],
},
controls: {
diff --git a/templates/Ask/inputs/checkbox.hbs b/templates/Ask/inputs/checkbox.hbs
new file mode 100644
index 0000000..cdca5e1
--- /dev/null
+++ b/templates/Ask/inputs/checkbox.hbs
@@ -0,0 +1,12 @@
+
+