It's fairly Simple and the same for GWT and Java:
- boolean can be yes or no
- Boolean can be yes, no or NULL.
So unless you need the NULL (like for example your loading the field from the database, and you want NULL to be different to false) then stick to boolean.