I have a simple question - how can I print a green checkbox with a white check mark (Ctrl + P) without it turning black and white? This solution currently works with Bootstrap 4.0.0, but needs to be compatible with bootstrap 3.3.7.
I've managed to create a green checkbox on the browser using HTML and CSS, but when I try to print it, it loses its color. Here is the code snippet:
// CSS code for green checkbox
// HTML code for creating the green checkbox
Is there any other code that can generate a similar green checkbox that retains its color when printed? The desired look of the checkbox can be seen https://i.sstatic.net/Hcajl.png.
The issue can be visualized here: https://i.sstatic.net/UQgfK.png