From 52e2518365f300375651b5e4fc121ca6c6133cb4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 24 Jan 2024 13:24:29 -0500 Subject: [PATCH] backport 1818 --- src/components/radio-group/radio-group.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/radio-group/radio-group.component.ts b/src/components/radio-group/radio-group.component.ts index a18c693c8..3bd48f09a 100644 --- a/src/components/radio-group/radio-group.component.ts +++ b/src/components/radio-group/radio-group.component.ts @@ -28,6 +28,7 @@ import type WaRadioButton from '../radio-button/radio-button.js'; * @slot - The default slot where `` or `` elements are placed. * @slot label - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label` * attribute. + * @slot help-text - Text that describes how to use the radio group. Alternatively, you can use the `help-text` attribute. * * @event wa-change - Emitted when the radio group's selected value changes. * @event wa-input - Emitted when the radio group receives user input.