Skip to content

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

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}
 />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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