Skip to content

Commit

Permalink
fix checked prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Beth Shook committed Mar 14, 2024
1 parent 262838f commit 7d51824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/forms/controlled/inputTypes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const Radio = (props: MakeControlled<typeof Uncontrolled.Radio>) => {
return <Uncontrolled.Radio
{...props}
name={namespace + '.' + props.name}
checked={!!checked}
onChangeValue={onChangeValue}
/>;
};
Expand Down

0 comments on commit 7d51824

Please sign in to comment.