diff --git a/docs/rules/template-require-input-label.md b/docs/rules/template-require-input-label.md index 49eb11a78f..67696fabb1 100644 --- a/docs/rules/template-require-input-label.md +++ b/docs/rules/template-require-input-label.md @@ -115,6 +115,7 @@ This rule **allows** the following: - boolean - `true` to enable / `false` to disable - object -- An object with the following keys: - `labelTags` -- An array of component names for that may be used as label replacements (in addition to the HTML `label` tag) + - `checkLabelFor` -- Boolean (default `false`). When `true`, an input with only an `id` attribute (no `aria-label`/`aria-labelledby`/wrapping `