Skip to content

Commit

Permalink
Fixed #12
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 10, 2017
1 parent cef8df7 commit d95c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class Checkbox extends Component {
<span className={iconClass}></span>
</div>
</div>
{this.props.label && <label className="ui-chkbox-label">{this.props.label}</label>}
{this.props.label && <label className="ui-chkbox-label" onClick={this.onClick}>{this.props.label}</label>}
</div>
)
}
Expand Down

0 comments on commit d95c1fd

Please sign in to comment.