justingreerbbi / user-waller-credit-system

7 stars 8 forks source link

Show balance on checkout option Checkbox error #19

Open bahiirwa opened 7 years ago

bahiirwa commented 7 years ago

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