JS
new Vue({
el:'#form-1',
data:{
toggle:true,
a:'选了',
b:'没选'
}
})
我现在想让这个复选框默认选中,并且值是'选了',请问该如何写?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号