
/* - callback_update_enabled.kss - */
/* http://www.worldbizonline.com/portal_css/callback_update_enabled.kss?original=1 */
input.kss-enabled-checkbox:click {
action-server: callback_update_enabled;
callback_update_enabled-checkbox_id: nodeAttr("id");
callback_update_enabled-checkbox_checked: currentFormVar();
}

