How I set a checkbox to be always checked in WooCommerce product admin?

    2024-10-20 07:39

    When using Woocommerce woocommerce_wp_checkbox() form field function, if you wish to have the checkbox always checked by default you will use 'cbvalue' array argument like:

    woocommerce wp checkbox on off site wordpress.org

    Woocommerce: cannot preselect signup checkbox | WordPress.org

    But to help you with that, we prepared this snippet code below, so you can use it to fix this check-box theme issue in your WordPress site. So in WP you just need to access Appearance -> Customize -> Additional CSS -> and paste it there. #woo_ml_subscribe::before {. content: "\2713" !important;