Hi there, usually checkboxes have the value by default of 0 and 1 as strings : "0" & "1"
Some times checkboxes have different value either because you changed it or it was implemented by another program...
To make sure you want to check a checkbox, the code that will work at any time would be the following
but normally if the value of your checbox is 1 and 0, you can just use this :