I am unable to remove rounded corners from checkbox element and unable to change its shadow and background-color.
Can some on help me to achieve this? I tried with:
input[type="checkbox"] {
    background-color: white;
    border-radius: 0px;}
I am unable to remove rounded corners from checkbox element and unable to change its shadow and background-color.
Can some on help me to achieve this? I tried with:
input[type="checkbox"] {
    background-color: white;
    border-radius: 0px;}
 
    
    