1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #22108 from mathieudutour/patch-1

Fix broken syntax in syntax-for-githubs-form-schema
This commit is contained in:
Courtney Wilson
2022-11-21 09:27:45 -06:00
committed by GitHub

View File

@@ -244,6 +244,13 @@ You can use the `checkboxes` element to add a set of checkboxes to your form.
| `options` | An array of checkboxes that the user can select. For syntax, see below. | Required | Array | {% octicon "dash" aria-label="The dash icon" %} | {% octicon "dash" aria-label="The dash icon" %} |
{% data reusables.form-schema.options-syntax %}
#### Validations
{% data reusables.form-schema.validations-intro %}
| Key | Description | Required | Type | Default | Valid values |
| --- | ----------- | -------- | ---- | ------- | ------- |
{% data reusables.form-schema.required-key %}
#### Example