Quite a few fields declared with the choices
type are really booleans, restricting choices to yes/no:
The boolean
type already does this though, so just use that:
The reason they aren't using it already is that it was added later, so I don't think SDK2013 has support for it.