doc(template,backend): implement checkbox

This commit is contained in:
steven-omaha
2024-04-03 12:26:07 +02:00
parent 78039738f1
commit 7b21120144
+4 -8
View File
@@ -17,17 +17,13 @@ body:
validations:
required: true
- type: dropdown
- type: checkboxes
id: implement
attributes:
label: Would you be willing to implement this yourself?
description: We would support you through this process.
multiple: false
label: Would you be willing to implement this? We would support you through this process.
description: Tick the box if so.
options:
- "yes"
- "no"
validations:
required: true
- label: Yes, I would like to implement this.
- type: textarea
id: information