$(document).ready(function(){
  $('#togglecheckbox').click(function(){
    $('#bedrijfsgeg').toggle('slow');
  });
});
