We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6155c04 commit ec64188Copy full SHA for ec64188
src/components/fields/RadioGroup/RadioGroup.tsx
@@ -34,6 +34,9 @@ export interface CubeRadioGroupProps
34
groupStyles?: Styles;
35
isSolid?: boolean;
36
orientation?: 'horizontal' | 'vertical';
37
+ value?: string;
38
+ defaultValue?: string;
39
+ onChange?: (value: string) => void;
40
}
41
42
const RadioGroupElement = tasty({
0 commit comments