The checkbox does not return the stored option. One can not know if it is checked or unchecked.
Wanted to use <?php echo $checked = ( get_option('show_balance_on_checkout_option') == 1 ? 'checked' : '' ); ?>
But it doesn't respond to checked. It responds to an after css addition to input
The checkbox does not return the stored option. One can not know if it is checked or unchecked. Wanted to use
<?php echo $checked = ( get_option('show_balance_on_checkout_option') == 1 ? 'checked' : '' ); ?>
But it doesn't respond to checked. It responds to an after css addition to input
Please enlighten us