From 8ccaf2029f41590d49a31767ca0684f1b677dc58 Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Wed, 16 Oct 2019 16:06:36 -0500 Subject: [PATCH] remove default value --- src/components/form/radio/radio.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/radio/radio.tsx b/src/components/form/radio/radio.tsx index 09b533fc4be..e4dd1ef95ba 100644 --- a/src/components/form/radio/radio.tsx +++ b/src/components/form/radio/radio.tsx @@ -30,7 +30,7 @@ export const EuiRadio: FunctionComponent = ({ className, id, name, - checked = false, + checked, label, value, onChange,