TrueClass/boolean/checkboxes have a bug...look at
og-0.25.0/lib/og/store/sql.rb, specifically the
difference between the handling of TrueClass in
write_prop ('t', NULL) versus in read_prop (!=0, 0).
Gotta pick one pattern to persist true/false
values and stick with it! :)
--Tim Larson