If you need to render the label value for a specific field without rendering the entire HTML label element (e. g. to use it for a placeholder), you can do it by using the label form variable:

{{ form_widget(form.fieldName, {'attr': {'placeholder’: form.fieldName.vars.label}}) }}