How to add the tick box of terms and conditions on the check out page?
You can go to Appearance -> Customize -> Addvanced -> Custom Css -> Enter Css
input {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
You can go to Appearance -> Customize -> Addvanced -> Custom Css -> Enter Css
input {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}