Skip to content

Commit

Permalink
fix: fix checkbox default value prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 12, 2018
1 parent 3ec58ef commit 0549139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CheckBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CheckBox extends React.Component {
static defaultProps = {
className: null,
checked: false,
value: null,
value: '',
disabled: false,
required: false,
onChange: () => {},
Expand Down

0 comments on commit 0549139

Please sign in to comment.