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 794b4d3 commit bcf78b5Copy full SHA for bcf78b5
index.js
@@ -32,10 +32,12 @@ export default class CheckBox extends Component {
32
unCheckedImage: PropTypes.element,
33
onClick: PropTypes.func.isRequired,
34
isChecked: PropTypes.bool.isRequired,
35
+ isIndeterminate: PropTypes.bool.isRequired,
36
checkBoxColor: PropTypes.string,
37
}
38
static defaultProps = {
39
isChecked: false,
40
+ isIndeterminate: false,
41
leftTextStyle: {},
42
rightTextStyle: {}
43
0 commit comments