搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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 个回答
  • 2 人有此问题
  • 2 次查看
  • 最后回复者为 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

被采纳的解决方案

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

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

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