{!! Form::hidden('active_votation', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('active_votation', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('active_votation', 'Active Votation', ['class' => 'form-check-label']) !!}