Setting a checkbox as checked with Vue.js

前端 未结 5 1955
清歌不尽
清歌不尽 2020-12-13 09:21

I have been googling and playing with every combination I know but I cannot get my checkboxes to be initialised as checked.

Example:

5条回答
  •  隐瞒了意图╮
    2020-12-13 10:16

    I use both hidden and checkbox type input to ensure either 0 or 1 submitted to the form. Make sure the field name are the same so only one input will be sent to the server.

    
    
    

提交回复
热议问题