Example #1
0
 /**
  * Render the filter field
  */
 public function render()
 {
     return \Form::filterCheckbox($this->name, $this->label, $this->fieldValue, $this->value);
 }