AAAAhome/academiac/www/libraries/joomla/form/fields/checkboxes.php000064400000006320151375143270020515 0ustar00element['class'] ? ' class="checkboxes ' . (string) $this->element['class'] . '"' : ' class="checkboxes"'; // Start the checkbox field output. $html[] = '
'; // Get the field options. $options = $this->getOptions(); // Build the checkbox field output. $html[] = ''; // End the checkbox field output. $html[] = '
'; return implode($html); } /** * Method to get the field options. * * @return array The field option objects. * * @since 11.1 */ protected function getOptions() { // Initialize variables. $options = array(); foreach ($this->element->children() as $option) { // Only add