What is the proper way to check and uncheck a checkbox in HTML5?

后端 未结 8 2271
小蘑菇
小蘑菇 2020-12-15 02:09

Looked at the HTML spec, but couldn\'t make heads or tails of it: http://www.w3.org/TR/html5/the-input-element.html#attr-input-checked

What is the correct way to che

8条回答
  •  北海茫月
    2020-12-15 03:01

    
    

    or simply

    
    

    for checked checkbox. No checked attribute () for unchecked checkbox.

    reference: http://www.w3.org/TR/html-markup/input.checkbox.html#input.checkbox.attrs.checked

提交回复
热议问题