Use the bit data type instead for your column. Then you can insert true/false directly.
bit
Use bit
This accepts the strings "true" and "false".
It also maps directly to the c# boolean type which is useful
Since there there is no Boolean in SQL server you can just use bit and set it to 0/1