我有一個複選框在我的頁面。當我檢查它時,應檢查其他複選框。而當我取消選中時,其他所有複選框也應該取消選中。我如何使用jQuery來做到這一點?或者簡單的HTML就夠了? FIDDLE勾選其他複選框時,選中一個框
<div>Select All<input type="checkbox" checked="true"></div>
1.<input type="checkbox">
2.<input type="checkbox">
3.<input type="checkbox">
4.<input type="checkbox">
5.<input type="checkbox">
可能重複(http://stackoverflow.com/questions/5107412/check-all-checkboxes-with- jquery) –
possible [Duplicate](http://stackoverflow.com/questions/18911067/bootstrap-switch-global-checkbox-to-uncheck-all-other/18911203#18911203) –