Toggle Checkboxes on/off
You can write: Before jQuery 1.6, when we only had attr() and not prop(), we used to write: But prop() has better semantics than attr() when applied to “boolean” HTML attributes, so it is usually preferred in this situation.