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?
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?
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