Try putting the below in userstyle.css.

li.checked,
.checkbox-label-checked {
    text-decoration-line: line-through;
}

li-checked should add the strikethrough to checked checkboxes in the Rich-text editor and .checkbox-label-checked in the Markdown editor viewer pane.

1 Like