Joomla form field to add multiple, dynamic checkboxes from database. Only for developers.
You can use this field in both site and admin component by calling:
JForm::addFieldPath(JPATH_COMPONENT_ADMINISTRATOR . '/models/fields');
JForm::addFieldPath(JPATH_COMPONENT . '/models/fields');
and like other form field in your form xml file your field type will be: type="SQLcheckBoxes"