Edit in JSFiddle

<div class = "noticia">
    <input type = "checkbox" name = "foo" /> Foo
    <input type = "checkbox" name = "bar" /> Bar
    <input type = "checkbox" name = "bin" /> Bin
    <input type = "checkbox" name = "baz" /> Baz
</div>
<label id = "check">Comprobar</label>
<div id = "out"></div>