How do I make the Invoice & Delivery address on checkout both displayed as opposed to having to check the tick box please?

<input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> id="idSEPARATESHIP" name="SEPARATESHIP" value="YES" onclick="SetDeliveryAddressVisibility();" tabindex="NETQUOTEVAR:TABINDEXINVOICESEPARATESHIP" style="border: 0;" checked="yes">
<input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> id="idSEPARATESHIP" name="SEPARATESHIP" value="YES" SetDeliveryAddressVisibility(); tabindex="NETQUOTEVAR:TABINDEXINVOICESEPARATESHIP" style="border: 0;" >
Comment