Skip to content

Commit

Permalink
fix #230
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jan 25, 2016
1 parent 8f8ce47 commit b955d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Checkbox extends React.Component{
}

render() {
return <input type="checkbox" checked={this.props.checked} onChange={this.props.onChange} />
return <input className='react-bs-select-all' type="checkbox" checked={this.props.checked} onChange={this.props.onChange} />
}
}

Expand Down

0 comments on commit b955d92

Please sign in to comment.