function visitCheckbox(\cmu\html\form\products\Input $component)
 {
     return $this->returnKeyValue($component->getChecked(), $component->getName(), $component->getValue());
 }
 function visitCheckbox(\cmu\html\form\products\Input $component)
 {
     if (null != $component->getChecked()) {
         return true;
     }
 }