{{- /* Checkbox unchecked */ -}} {{- $REin := `` -}} {{- $REout := `` -}} {{- $content := replaceRE $REin $REout . -}} {{- /* Checkbox checked */ -}} {{- $REin = `` -}} {{- $REout = `` -}} {{- return replaceRE $REin $REout $content -}}