Dec
05
2012
Dealing with checkboxes quickly
I've been working with the Forms API for some time. I've found a very useful shorthand for that today.
I've been working with the Forms API for some time. I've found a very useful shorthand for that today.
Forms API is great, let me start there. However there are some cases where you want to ... ahem, go around it. One such cases is with checkboxes (where you have a number of checkboxes), specifically when you want to alter just one of the set. Here's how to fix that!