.bricks-button svg { width: 1rem; height: auto; } .brxe-form input[type="checkbox"] { width: 24px; height: 24px; border-radius: 3px; appearance: none; transition: unset; } .brxe-form input[type="checkbox"]:checked { background-color: var(--bricks-color-wmjnnj); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); background-size: 16px; background-repeat: no-repeat; background-position: center; }