there should be a hidden input before each checkbox, unless we cant uncheck a checkbox when editting a post. take a look[ here](http://laravel.io/forum/09-26-2014-handling-unchecked-checkbox-by-updating) ``` {!! Form::hidden('myCheck',0) !!} {!! Form::checkbox('myCheck',1) !!} ```