Folks, this is driving me crazy. I have snippets like the following
Try this,
driver.execute_script("arguments[0].checked = true;",element)
You can also try by sending ENTER Key to the element.
ENTER