Surely, you check the checkbox value and load if

[vba]

If Me.CheckBox1.Value Then
c.Offset(0, 11).Value = "X"
End If
[/vba]