Cookies are only string-valued. As gdoron commented, if you want to treat the value as a boolean, you need to parse it back to a boolean when the cookie value is read back out.
Since you commented that you are reading the cookie value with PHP, see Parsing a string into a boolean value in PHP.