This is probably happening because you are trying to click on an element that is not clickable, such as the input element for example.
You can grab the element that contains the input, whether it is a span, label or div.
Select checkbox using Selenium with Python