3 declare(strict_types=1);
17 $bool->setRequired(
false);
18 $bool->setChecked($this->
getADT()->getStatus());
28 $incoming = (bool) $incoming;
30 $this->
getADT()->setStatus($incoming);
33 $field->setChecked($this->
getADT()->getStatus());
43 return ($this->
getADT()->getStatus() ===
true);