// JavaScript Document

$(document).ready(function() {
            $("#gemeente").dropdownchecklist({ firstItemChecksAll: true  });
            $("#sector").dropdownchecklist({ firstItemChecksAll: true });
        });
