diff --git a/docs/content/3.forms/6.radio-group.md b/docs/content/3.forms/6.radio-group.md index f6183a7ec1..c7cb997996 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. diff --git a/src/runtime/components/forms/Radio.vue b/src/runtime/components/forms/Radio.vue index 71767e2b91..fa12929673 100644 --- a/src/runtime/components/forms/Radio.vue +++ b/src/runtime/components/forms/Radio.vue @@ -14,7 +14,7 @@ v-bind="attrs" > -
+