Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ You can use the `checkboxes` element to add a set of checkboxes to your form.
{% data reusables.form-schema.options-syntax %}
{% data reusables.form-schema.required-key %}

#### Validations for `checkboxes`

{% data reusables.form-schema.validations-intro %}

| Key | Description | Required | Type | Default | Valid values |
| --- | ----------- | -------- | ---- | ------- | ------- |
{% data reusables.form-schema.required-key %}

#### Example of `checkboxes`

```yaml copy
Expand Down
Loading