I see there is a "class" option for the form builder however it does not seem to be working. I have it formatted as:
$fields['website_design'] = array('type' => 'checkbox', 'options' => array('yes' => 'yes', 'no' => 'no'), 'class' => 'formtest');
Neither the label nor the checkbox (or the surrounding div) have the formtest css class set even though the above has been set.
Comments
https://github.com/daylightstudio/FUEL-CMS/tree/1.0
'class' => $params['class']
https://github.com/daylightstudio/FUEL-CMS-User-Guide-Module
Other modules (e.g. blog, backup, cronjobs, etc) are separated out but can be individually pulled down and installed:
https://github.com/daylightstudio