RequestDataValueProcessorUtils.processFormFieldValue(
arguments.getConfiguration(), arguments, name, value, "checkbox"));
if (checked) {
inputElement.setAttribute("checked", "checked");
} else {
inputElement.removeAttribute("checked");
}
inputElement.setAllNodeLocalVariables(localVariables);
parent.insertBefore(element, inputElement);