Input Checkbox checked by default

后端 未结 5 1245
清酒与你
清酒与你 2021-02-18 16:12

For the life of me I cant set my CheckBox to checked at page load. I have tried adding value=\"true\" and Checked=\"checked\" after id and still noth

5条回答
  •  温柔的废话
    2021-02-18 16:36

    I tried all above solutions and nothing worked. It did give me some terminology to continue my research. What I ended up doing was going to the bottom of the code and added $('#inline').prop('checked', true); This solved my problem.

提交回复
热议问题