Skip to content

if a set onClick prop to Checkbox component stop to working #150

@rkmax

Description

@rkmax

Example: when i click on checkbox does not change

<Checkbox
         label="Checkbox Label"
         onClick={this._onInputChange}
         checked={this.state.checkboxl}
         name="checkbox"
         value="control" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: checkboxChanges related to the checkbox.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions