Skip to content

Commit

Permalink
Merge pull request facebook#881 from spicyj/checkbox-not-checked
Browse files Browse the repository at this point in the history
"checkbox" not "checked"
  • Loading branch information
petehunt committed Jan 15, 2014
2 parents 94727f8 + 5857eb8 commit 615dedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/components/LinkedValueMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
var invariant = require('invariant');

var hasReadOnlyValue = {
'checked': true,
'checkbox': true,
'hidden': true,
'radio': true
};
Expand Down

0 comments on commit 615dedc

Please sign in to comment.