Skip to content

Commit

Permalink
remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Oct 16, 2019
1 parent 63f6bc6 commit 8ccaf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/radio/radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const EuiRadio: FunctionComponent<EuiRadioProps> = ({
className,
id,
name,
checked = false,
checked,
label,
value,
onChange,
Expand Down

0 comments on commit 8ccaf20

Please sign in to comment.