Skip to content

Warning: Failed prop type: Invalid prop uncheckedImage of type string supplied to CheckBox, expected number #78

@sabahang

Description

@sabahang

I'm not even trying to set this prop. Why am I getting this error?

This is my code

<CheckBox
        onChange={this.onClick}
        checked={this.state.isChecked}
        label={this.props.label || ''}
        labelStyle={this.props.labelStyle}
        checkboxStyle={this.props.checkboxStyle}
 />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions