How to uncheck the check in the checkbox for newsletters. It is now automatically on. In the code it shows checked. Please help.
{* $Id: checkout_steps.pre.tpl 10284 2010-07-30 09:08:26Z angel $ *}
{if $page_mailing_lists}
{include file="common_templates/subheader.tpl" title=$lang.mailing_lists}
{$lang.text_signup_for_subscriptions}
{foreach from=$page_mailing_lists item=list}
{$list.object}
{/foreach}
{$lang.html_format}
{$lang.txt_format}
{/if}