Job Wizard Blank Title 77792

I will need to create a button in the Job Wizard. The button I will need to make a check all, the create job, get detail,schedule job and release job. But I will need to add a condition, except this part x.
For assign the check box, I don't know what word to add after my variable jobchkbox. = true. For the text I add for example jobchkbox.text = ''. But the the check box I don't know ?

Example :
Private Sub btnCheckAll_Click(ByVal Sender As Object, ByVal Args As System.EventArgs) Handles btnCheckAll.Click
'// ** Place Event Handling Code Here **

JobChkBox = true.

End Sub


vantage 8.03.305k