---
title: "input checkbox's description click not worked on Mozilla and internet explorer 10"  
description: "input checkbox's description click not worked on Mozilla and internet explorer 10"  
author: "Samuel Fernandes"  
published: 2013-03-08  
updated: 2013-03-09  
canonical: https://www.mindstick.com/forum/630/input-checkbox-s-description-click-not-worked-on-mozilla-and-internet-explorer-10  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# input checkbox's description click not worked on Mozilla and internet explorer 10

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances)!

I have one [checkbox](https://www.mindstick.com/articles/291/how-should-use-checkbox-control-in-vb-dot-net) that [checked and unchecked](https://www.mindstick.com/forum/158620/explain-the-difference-between-checked-and-unchecked-exceptions-in-c-sharp) on description [click](https://www.mindstick.com/articles/12423/social-login-magento-2-one-click-to-register-social).

My code as par below

<input type="checkbox" id="chkId" />\
<[label](https://www.mindstick.com/articles/12835/print-label-tracking-how-do-these-features-make-auspost-woocommerce-plugin-better) for="chkId">[Check](https://yourviews.mindstick.com/story/2248/never-forget-to-check-these-specifications-before-buying-a-mobile-phone)</label>

It work fine with all browsers besides Mozilla (all [version](https://www.mindstick.com/articles/12845/things-to-remember-while-migrating-odoo-to-a-better-version)), when user click continue on checkbox's description (Mozilla) and on [Internet](https://www.mindstick.com/articles/44650/what-should-you-do-during-an-internet-outage) [Explorer](https://www.mindstick.com/forum/34658/want-to-developed-windows-explorer-without-using-telerik) 10, it work slowly, when user

clicked and unchecked. Why? This is very irritable.

Please give me solution that (checkbox) work properly on all browsers.

Please help me!

Any suggestion will be appreciated.

Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)!

## Replies

### Reply by AVADHESH PATEL

Hi Samuel!

I tried that and it worked on Firefox for me. Make a bare html file with just the mark-up you've posted and nothing else (apart from html and body of course) and see if it works.

On Internet Explorer 10, it slow, because IE-10 provide own checkbox format. But there is no big issue.


---

Original Source: https://www.mindstick.com/forum/630/input-checkbox-s-description-click-not-worked-on-mozilla-and-internet-explorer-10

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
