Boolean mysql insert

I have boolean(actually, bit(1)) values in mysql database, can I insert such values from jetadmin?
As I see, jetadmin thinks it’s number value and I get an error “data too long for column”.

You can use the Jet admin data type. it works as bool (true , false)