Fix aircraft active/inactive states

This commit is contained in:
Nabeel Shahzad
2018-02-22 14:59:09 -06:00
parent 8931f4e271
commit 3748ab77d2
3 changed files with 12 additions and 6 deletions

View File

@@ -38,8 +38,8 @@
{!! Form::label('active', 'Active:') !!}
<br />
<label class="checkbox-inline">
{!! Form::hidden('active', 0, false) !!}
{!! Form::checkbox('active', 1, null) !!}
{!! Form::hidden('active', 0) !!}
{!! Form::checkbox('active') !!}
</label>
</div>
</div>