Skip to content

Commit becada8

Browse files
authored
Merge pull request #14751 from alexus37/update_docs_to_match_issue_template_checkbox_impl
Update docs to match issue template checkbox impl
2 parents 0f5787b + 44a3bcd commit becada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ You can use the `checkboxes` element to add a set of checkboxes to your form.
238238

239239
| Key | Description | Required | Type | Default | Valid values |
240240
| --- | ----------- | -------- | ---- | ------- | ------- |
241-
| `label` | A brief description of the expected user input, which is displayed in the form. | Optional | String | {% octicon "dash" aria-label="The dash icon" %} | {% octicon "dash" aria-label="The dash icon" %} |
241+
| `label` | A brief description of the expected user input, which is displayed in the form. | Required | String | {% octicon "dash" aria-label="The dash icon" %} | {% octicon "dash" aria-label="The dash icon" %} |
242242
| `description` | A description of the set of checkboxes, which is displayed in the form. Supports Markdown formatting. | Optional | String | Empty String | {% octicon "dash" aria-label="The dash icon" %} |
243243
| `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" %} |
244244

0 commit comments

Comments
 (0)