Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Checkboxes don't display properly <input type='checkbox' 'checked'> in 4.0.1 when they are fine for same page in 3.6.17

  • 2 replies
  • 2 have this problem
  • 1 view
  • Last reply by ric1950

more options

Checkboxes don't display properly checked <input type='checkbox' 'checked'> in 4.0.1 when they are fine for same page in 3.6.17

Checkboxes don't display properly checked <input type='checkbox' 'checked'> in 4.0.1 when they are fine for same page in 3.6.17

Chosen solution

Perhaps you could try using checked instead of 'checked'.

Read this answer in context 👍 0

All Replies (2)

more options

Chosen Solution

Perhaps you could try using checked instead of 'checked'.

more options

Thanks heaps.

It seems that the correct usage is checked='checked' but checked

works while
'checked' 

doesn't. Same applies for 'selected' for radio buttons and drop down lists