We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf194d commit 0615a4fCopy full SHA for 0615a4f
index.js
@@ -29,7 +29,7 @@ export default class CheckBox extends Component {
29
checkedImage: React.PropTypes.element,
30
unCheckedImage: React.PropTypes.element,
31
onClick: React.PropTypes.func.isRequired,
32
- isChecked: React.PropTypes.bool.isRequired
+ isChecked: React.PropTypes.bool.isRequired,
33
checkBoxColor: React.PropTypes.string,
34
}
35
static defaultProps = {
0 commit comments