{% import "_includes/forms" as forms %} {{ forms.textField({ label: "Placeholder Text"|t, instructions: "The text that will be shown if the field doesn’t have a value."|t, id: 'placeholder', name: 'placeholder', value: field.placeholder }) }} {{ forms.checkboxField({ label: "URLs for this field have their own validation pattern"|t, name: 'customPatternToggle', checked: field.customPatternToggle, toggle: 'sprouturlfield-custom-validation-pattern' }) }}