<div class="form-group"> {!! Form::label('$LABEL$', '$TITLE$', array('class'=>'col-sm-2 control-label')) !!} <div class="col-sm-10"> {!! Form::hidden('$LABEL$','') !!} {!! Form::checkbox('$LABEL$', 1, $STATE$) !!} $HELPER$ </div> </div>