Skip to content

Commit a65dfa9

Browse files
committed
Closes plotly#1847
1 parent a834e5a commit a65dfa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dash-core-components/src/components/Checklist.react.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default class Checklist extends Component {
4444
inline ? {display: 'inline-block'} : {}
4545
)}
4646
className={labelClassName}
47+
title={option.title}
4748
>
4849
<input
4950
checked={includes(option.value, value)}

0 commit comments

Comments
 (0)