Update radio button with input suggestions
This commit is contained in:
@@ -137,7 +137,6 @@ export interface CheckboxProps {
|
||||
strokeWidth?: number;
|
||||
value?: string;
|
||||
disabled?: boolean;
|
||||
ariaLabel: string;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
@@ -149,6 +148,7 @@ export interface RadioButtonProps {
|
||||
labelClassName?: string;
|
||||
size?: RadioButtonSize;
|
||||
value: string;
|
||||
disabled?: boolean;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user