Skip to content

Commit

Permalink
fix(radio): remove defaultchecked from attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
koca committed Mar 16, 2020
1 parent 70fd1cf commit 3f5e067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/chakra-ui-core/src/Radio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const Radio = {
name: this.name,
value: this.value,
'aria-invalid': this.isInvalid,
defaultChecked: this.defaultIsChecked,
disabled: this.isDisabled,
'aria-disabled': this.isDisabled
},
Expand Down

0 comments on commit 3f5e067

Please sign in to comment.