diff --git a/storybook/src/components/FieldSet/FieldSet.docs.mdx b/storybook/src/components/FieldSet/FieldSet.docs.mdx index a8c374db83..afb02c04d3 100644 --- a/storybook/src/components/FieldSet/FieldSet.docs.mdx +++ b/storybook/src/components/FieldSet/FieldSet.docs.mdx @@ -43,7 +43,7 @@ Always also set `aria-required` on the individual radio buttons though, to make Use a Field Set to group checkboxes. Please note: [NVDA has bug](https://github.com/nvaccess/nvda/issues/12718) which causes it to -not report a description connected to a Field Set when the Field Set contains checkboxes. +not report a description connected to a Field Set when it contains checkboxes. Try to avoid using descriptions for Field Sets containing checkboxes for this reason.