Greetings

i have a dgv with a checkboxcolumn

When i try to run my code i get a compilererror "BC30038"

the statement are (cells(4) contains the checkbox)

Code:
if myRow.cells(4).value = true then
the compiler message =
"Option Strict On" prohibits operands of type Object for operator '<operatorname>'