Added the following in version 1.5
checkbox_do_fade_and_appear
checkbox_do_fade_and_puff
checkbox_do_fade_and_blindup
checkbox_do_fade_and_blinddown
checkbox_do_fade_and_dropout
checkbox_do_fade_and_highlight
$w->checkbox_do_fade('*', '**', '***','****', array('userName' => 'Bob'));
// * [Element ID] - This is the ID of the element you want the effect on.
// * [Element ID 2] -...
This will allow users to call:
checkbox_do_pulsate_THEN_fade()
the element would first pulsate then fade out, this would be used on a single element unlike the "AND" call that needs two elements.