diff --git a/docs/src/pages/components/RadioButton.svx b/docs/src/pages/components/RadioButton.svx index dcde6c20..4ee86229 100644 --- a/docs/src/pages/components/RadioButton.svx +++ b/docs/src/pages/components/RadioButton.svx @@ -41,6 +41,18 @@ Use the named "legendText" slot to customize the legend text. +### Hidden legend + +It's recommended that you provide a legend for accessibility. + +Use `hideLegend` to visually hide the legend text. + + + + + + + ### Reactive example Use the `selected` prop to bind and update the selected value.