Example #1
0
 /**
  * Set checkbox id
  *
  * @param string $id
  * @return LabeledCheckbox
  */
 public function setCheckboxId($id)
 {
     $this->checkbox->setId($id);
     $this->label->setFor($this->checkbox->getId());
     return $this;
 }