boolean not showing in inspector

so i have new version of unity and have a problem now with boolean not showing up in inspector anymore, which is anoying because the game im making requires a lot of checks on a lot of different booleans.
basically when i write

var boo : boolean = true;

it no longer comes up in the inspector as a click box, is this a bug or have they changed the way these work.

ok so im answering my own question here but it may help others with stuff not showing up in the component.

so because i was making a super long script when i saved it to make sure certain thing were added because another script i had wasnt finished it was displaying errors so wouldnt update the new script.

so if booleans, gameobjects and whatever isnt showing in the inspector check to see if you have any errors, as they wont change until this is fixed.