Set default for 'Check Group Tree' if it is No/false/0
We should not use !empty
because this matches 0. Which means that 0/No is never assigned to the form as the default.
Fixes #60 (closed)
We should not use !empty
because this matches 0. Which means that 0/No is never assigned to the form as the default.
Fixes #60 (closed)