diff --git a/docs/content/3.forms/6.radio-group.md b/docs/content/3.forms/6.radio-group.md index adca095316..e0260b984c 100644 --- a/docs/content/3.forms/6.radio-group.md +++ b/docs/content/3.forms/6.radio-group.md @@ -19,6 +19,10 @@ Alternatively, you can use individual Radio components: :component-example{component="radio-example"} +::callout{icon="i-heroicons-light-bulb"} +If using the RadioGroup component, you can customize the Radio options by using the `uiRadio` prop. +:: + ### Legend Use the `legend` prop to add a legend to the RadioGroup.