A boolean is just a hidden way of storing 0 or 1. You can save it, but you can't read it back in anyway, as C2 wants to set a boolean explicitly through a drop-down. You can save it directly, but to load it back you need to compare it to 1 and set the boolean again with True 'Else' False.