In that case add the following immediately after the Set oSource = ThisDocument line
Code:
If oSource.SelectContentControlsByTitle("Chapter1").Item(1).Checked = False And _
oSource.SelectContentControlsByTitle("Chapter2").Item(1).Checked = False Then
MsgBox "Chapter 1 and/or Chapter 2 must be selected"
GoTo lbl_Exit
End If