diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf289c5b23..2cdcee070b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- `defaultProps` on functional components now emits a deprecation warning.
- Deprecation notice on strings refs.
+## Added
+
+- [#3068](https://github.com/plotly/dash/pull/3068) Add titles to labels in Checklist and RadioItems components
+
## Fixed
- [#3080](https://github.com/plotly/dash/pull/3080) Fix docstring generation for components using single-line or nonstandard-indent leading comments
diff --git a/components/dash-core-components/src/components/Checklist.react.js b/components/dash-core-components/src/components/Checklist.react.js
index dbe8580b27..eb0c6c344b 100644
--- a/components/dash-core-components/src/components/Checklist.react.js
+++ b/components/dash-core-components/src/components/Checklist.react.js
@@ -37,6 +37,7 @@ export default class Checklist extends Component {
...labelStyle,
}}
className={labelClassName}
+ title={option.title}
>