But alas, checkboxes shall be the bane of my existence >_<

Comments

piersonr’s picture

jquery in drupal 5.0 may resolve this more elegantly, but in the mean time you can always use a javascript solution to this... (Note: I haven't tested that specific javascript code out, but it looks good on cursory inspection). There are also several code examples here.

There's been some discussion here about adding this feature into core.

zach harkey’s picture

Sweeeet. Thank you.

-zach
--
harkey design

: z

anner’s picture

you are my savior...My check all box from my perl function didn't work in drupal, this works likes a charm! Thanks

zach harkey’s picture

Anner, out of curiosity which method did you implement?

-zach
--
harkey design

: z

anner’s picture

The javascript link he included. I had a javascript that apparently drupal didn't like, this one worked great.