Now spend your time debugging why $model->label has no value set.you are not seeing the value of $model->label even though you are clearly asking for it.
The echo too much
[...]
The true false
--------------
In the config file or wherever you are to provide a boolean value, put:
~~~
'someOption' => 'false',
~~~
Then read the PHP manual to find out why this does not evaluate to false like you wanted it to.