Skip to content
Snippets Groups Projects
Commit 89cb00e7 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

fix bug

parent 4a827d03
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ class BoolField extends Field
<input type = "checkbox" name = "'.$this->name.'" value ="'.$this->value.'" '.$checked.'> '.ucfirst($this->name).'
</label>
</div>';
return $html;
}
public function validate()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment