Hi again
The theme developer has solved the problem. I had to embed the following code to the CSS:
input[type=”checkbox”] { -webkit-appearance: checkbox!important; }
input[type=”radio”] { -webkit-appearance: radio!important; }
Now everything works fine. Thank you for your advice.
Greeting