StrataSource/FGD

Move boolean choices to just use boolean

braem opened this issue · 0 comments

braem commented

Quite a few fields declared with the choices type are really booleans, restricting choices to yes/no:
image

The boolean type already does this though, so just use that:
image

The reason they aren't using it already is that it was added later, so I don't think SDK2013 has support for it.