type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};compact compactbooleanfalsedescription descriptionstring''direction 🛠directioncolumn, which stacks the options vertically. You always need to provide a base value when using breakpoints.type RadioGroupDirection ='row''column'BreakpointCustomizable<RadioGroupDirection>'column'disabled disabledbooleanfalseform formstringundefinedhideLabel 🛠hide-labelbooleanBreakpointCustomizable<boolean>falselabel labelstring''loading 🧪loadingbooleanfalsemessage messagestring''name namestringundefinedrequired requiredbooleanfalsestate statetype RadioGroupState ='none''error''success''none'value valuestring''blur CustomEvent<void>change type RadioGroupChangeEventDetail = Event
CustomEvent<RadioGroupChangeEventDetail><slot name="label"> <slot name="label-after"> <slot name="description"> <slot> <slot name="message"> disabled disabledbooleanfalselabel labelstringundefinedloading 🧪loadingbooleanfalsevalue valuestringundefined<slot name="label"> <slot name="label-after"> 