
            <script type="text/javascript">
            jQuery(document).ready(function($) {
                $.fn.checkboxLimit = function(n) {

                    var checkboxes = this;

                    this.toggleDisable = function() {

                        // if we have reached or exceeded the limit, disable all other checkboxes
                        if(this.filter(':checked').length >= n) {
                            var unchecked = this.not(':checked');
                            unchecked.prop('disabled', true);
                        }
                        // if we are below the limit, make sure all checkboxes are available
                        else {
                            this.prop('disabled', false);
                        }

                    }

                    // when form is rendered, toggle disable
                    checkboxes.bind('gform_post_render', checkboxes.toggleDisable());

                    // when checkbox is clicked, toggle disable
                    checkboxes.click(function(event) {

                        checkboxes.toggleDisable();

                        // if we are equal to or below the limit, the field should be checked
                        return checkboxes.filter(':checked').length <= n;
                    });

                }
            });
            </script>

            {"id":259,"date":"2013-10-03T22:28:17","date_gmt":"2013-10-03T22:28:17","guid":{"rendered":"http:\/\/leparadigme.com\/eps\/?page_id=259"},"modified":"2025-10-14T15:30:20","modified_gmt":"2025-10-14T19:30:20","slug":"registration-quebec-city-camp","status":"publish","type":"page","link":"https:\/\/eps.dev11.ca\/en\/registration-quebec-city-camp\/","title":{"rendered":"Registration for hockey"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-259","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/pages\/259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/comments?post=259"}],"version-history":[{"count":5,"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/pages\/259\/revisions"}],"predecessor-version":[{"id":1690,"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/pages\/259\/revisions\/1690"}],"wp:attachment":[{"href":"https:\/\/eps.dev11.ca\/en\/wp-json\/wp\/v2\/media?parent=259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}