Centering Checkbox Group
Posted: Wed Jun 11, 2014 7:23 pm
I've tried a few things including below on the page load event but I can't seem to get my checkbox group (fontStyleGroup) to center.
Appery('fontStyleGroup').css('align', 'center');
Appery('fontStyleGroup').css('display', 'block');