doc(template,backend): implement checkbox
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user