如何修改下面的JS,让它告诉我复选框是选中还是未选中?function toggleOption(x) if (???)alert("Checkbox with number " + x + " was checked"); alert("Checkbox with number " + x +" was UNchecked");<input type=&q
我刚刚在CSS中将checkbox设计为toggle switch,它工作得很好。但是,输入的值在onchange事件上似乎没有变化,并且总是显示on。JS代码:/* The switch - the box around the slider */ position: relative; width: 60px;}
/* Hide default HTML checkbox
我有许多复选框被选中。但是,我希望它是这样的:如果除一个复选框之外的所有其他复选框都未选中,并且您尝试取消选中上次选中的复选框,则会出现一个错误,并且该复选框不会被取消选中。这是我的尝试:<input id ="selectDatasource" class="checkboxPosition" type="checkbo