{!! Form::hidden('data[EmailTemplate][options][fully_paid_file]', 0) !!} {!! Form::checkbox( 'data[EmailTemplate][options][fully_paid_file]', 1, ( isset($data->EmailTemplate->options->fully_paid_file) && $data->EmailTemplate->options->fully_paid_file ? true : false ) ) !!} {!! Form::label( 'data[EmailTemplate][options][fully_paid_file]', t('Attach files only if the order is fully paid') ) !!}