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: validations:
required: true required: true
- type: dropdown - type: checkboxes
id: implement id: implement
attributes: attributes:
label: Would you be willing to implement this yourself? label: Would you be willing to implement this? We would support you through this process.
description: We would support you through this process. description: Tick the box if so.
multiple: false
options: options:
- "yes" - label: Yes, I would like to implement this.
- "no"
validations:
required: true
- type: textarea - type: textarea
id: information id: information