multiple checkbox controlling one div

multiple checkbox controlling one div

I have 3 checkboxes from which I wish to toggle one div.

condition
1. IF any checkbox is checked, div should show
2. if all checkboxes are unchecked only then the div should hide.

any help?