Problem with Check function

The “element not clickable at point” (other element would receive the click) error usually occurs when there’s some other web element obscuring the one you are trying to click.
Usually, this means waiting for the element to go away, that’s why I suggested using different “wait” commands before trying to click or check the element.

If this doesn’t help, the next thing would be to use javascript, as described here: Unable to click on Object, Other Element Would receive click.