Skip to content

Commit

Permalink
fix(fields): remove checkbox labels (InfyOmLabs#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaileshInfyom authored and mitulgolakiya committed Sep 25, 2019
1 parent 8a9273b commit dca4398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/scaffold/fields/checkbox.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{!! Form::label('$FIELD_NAME$', '$FIELD_NAME_TITLE$:') !!}
<label class="checkbox-inline">
{!! Form::hidden('$FIELD_NAME$', 0) !!}
{!! Form::checkbox('$FIELD_NAME$', '$CHECKBOX_VALUE$', null) !!} $CHECKBOX_VALUE$
{!! Form::checkbox('$FIELD_NAME$', '$CHECKBOX_VALUE$', null) !!}
</label>
</div>
</div>

0 comments on commit dca4398

Please # to comment.