74 if ($this->value ===
'') {
78 if ($this->requestHandler->has($this->getName())) {
79 $submittedValue = $this->requestHandler->getByMethod($this->
getName());
80 if ($submittedValue === $this->value) {
83 } elseif ($this->requestHandler->hasRequest()) {
84 $this->attributes->removeAttribute(
'checked');
setAttribute($attribute, $value)
checkFilterAndSetIncomingDataFromRequest()