When i Hit on checkbox here error display.
WebElement checkbox = driver.findElement(By.xpath("//*[@id=\"modelSelfRegistration\"]/div/div/div[2]/div[2]/div[1]/div[2]/label"));
if(!checkbox.isSelected())
checkbox.click();
Screenshot for my code & error below.