if (state == "unchecked") {
      selectables.each(function () {
        $(this).prop('checked', true);
      });