$(':checked')
$('#filter').find(':checkbox');
$('#filter').find('input').filter(':checkbox');
querySelectorAll();