Forum Discussion
m_essaid
10 years agoValued Contributor
hi,
don't you have a cbChecked property ?
or if you use the mapped name of your checkbox, something like that :
if not (mycheckboxmappedname.checked) then
mycheckboxmappedname.Click()
hi,
don't you have a cbChecked property ?
or if you use the mapped name of your checkbox, something like that :
if not (mycheckboxmappedname.checked) then
mycheckboxmappedname.Click()