Skip to content

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

Closed
@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

    component: checkboxThis is the name of the generic UI component, not the React module!

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions