diff --git a/components/x-gift-article/src/SharingOptionsToggler.jsx b/components/x-gift-article/src/SharingOptionsToggler.jsx index c4a619a82..8d3090f5f 100644 --- a/components/x-gift-article/src/SharingOptionsToggler.jsx +++ b/components/x-gift-article/src/SharingOptionsToggler.jsx @@ -18,7 +18,7 @@ export const SharingOptionsToggler = (props) => { actions.showAdvancedSharingOptions() } else { actions.hideNonSubscriberSharingOptions(event) - actions.setIncludeHighlights(false) + actions.setIncludeHighlights(event.target.checked) } return } @@ -68,7 +68,7 @@ export const SharingOptionsToggler = (props) => { Non-subscriber )} -