<%= __('Subscribe all my past customers to this list because they agreed to receive marketing emails from me.') %>

checked="checked"<% endif %> > <# Our settings is stupid: We cannot use a simple checkbox with a simple name. The name must be an array. We are using `$.serializeArray` and that ignores empty values. So if the checkbox is not checked it is not sent to the server and not saved. For that reason we need the hidden field which is always sent to server and if the checkbox is not set it will rewrite the array in the database using only the dummy field. #>