The importance here being that when you use IF-Else:

If checkbox is checked then
'do something
Else
'obviously the checkbox is not checked
'do something else
End If