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