window.addEventListener("load", () => { // on page load
const wcf_chk = document.getElementById("wcf-bump-order-cb");
const wcf_container = document.querySelector('.wcf-content-container')
wcf_container.classList.toggle("hide",!wcf_chk.checked)
wcf_chk.addEventListener("click",function() {
wcf_container.classList.toggle("hide",!this.checked)
})
});
.hide {
display: none !important
}
<div class="wcf-bump-order-wrap wcf-bump-order-style-1 wcf-after-payment">
<input type="hidden" name="wcf_bump_product_id" class="wcf-bump-product-id" value="2881"><input type="hidden" name="_wcf_bump_product" value="">
<!-- wcf-bump-order-content -->
<div class="wcf-bump-order-content">
<!-- wcf-bump-order-field-wrap -->
<div class="wcf-bump-order-field-wrap">
<label>
<svg version="1.1" class="wcf-pointing-arrow wcf-blink" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="15px" fill="red" viewBox="310 253 90 70" enable-background="new 310 253 90 70" xml:space="preserve"><g><g><path d="M364.348,253.174c-0.623,0.26-1.029,0.867-1.029,1.54v18.257h-51.653c-0.919,0-1.666,0.747-1.666,1.666v26.658
c0,0.92,0.747,1.666,1.666,1.666h51.653v18.327c0,0.673,0.406,1.28,1.026,1.54c0.623,0.257,1.34,0.116,1.816-0.36l33.349-33.238 c0.313-0.313,0.49-0.737,0.49-1.18c0-0.443-0.177-0.866-0.487-1.179l-33.349-33.335 C365.688,253.058,364.971,252.915,364.348,253.174z"></path></g></g></svg> <input type="checkbox" id="wcf-bump-order-cb" class="wcf-bump-order-cb" name="wcf-bump-order-cb" value="2881">
<span class="wcf-bump-order-label">Yes, I will take it! </span>
</label>
</div>
<!-- wcf-bump-order-field-wrap -->
<!-- wcf-content-wrap -->
<div class="wcf-content-container" class="hide">
<!-- Right side box -->
<div class="wcf-bump-order-offer-content-right">
<!-- Offer box -->
<div class="wcf-bump-order-offer">
<span class="wcf-bump-order-bump-highlight">ONE TIME OFFER </span>
</div>
<!-- Offer box -->
<!-- wcf-bump-order-desc -->
<div class="wcf-bump-order-desc">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut, quod hic expedita consectetur vitae nulla sint adipisci cupiditate at. Commodi, dolore hic eaque tempora a repudiandae obcaecati deleniti mollitia possimus. </div>
<!-- wcf-bump-order-desc -->
</div>
<!-- Right side box -->
</div>
<!-- wcf-content-wrap -->
</div>
<!-- wcf-bump-order-content -->
</div>