PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Can I make a check box for "select all" that selects all the other checkboxes?

  1. I have a check box field with many options. Is there any way to make a "select all" box that would automatically select all of them?

    Posted 11 years ago on Friday March 15, 2013 | Permalink
  2. David Peralty

    Not currently, no. You would have to custom write JavaScript to do that, and that's beyond my skill. A more complicated version of this might work (because you can't assign a class to a single checkbox effectively. http://briancray.com/posts/check-all-jquery-javascript

    Posted 11 years ago on Friday March 15, 2013 | Permalink