Forms VisualBasic Script

Sub check()
  If CheckBox1.Value = True Then Call yourModule
End Sub