Skip to content

Commit

Permalink
Closes plotly#1847
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhuangh committed Nov 16, 2022
1 parent a834e5a commit a65dfa9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default class Checklist extends Component {
inline ? {display: 'inline-block'} : {}
)}
className={labelClassName}
title={option.title}
>
<input
checked={includes(option.value, value)}
Expand Down

0 comments on commit a65dfa9

Please sign in to comment.