Sindbad~EG File Manager

Current Path : /home/sarayaglobal/saraya.me/plugins/fields/checkboxes/tmpl/
Upload File :
Current File : /home/sarayaglobal/saraya.me/plugins/fields/checkboxes/tmpl/checkboxes.php

<?php
/**
 * @package     Joomla.Plugin
 * @subpackage  Fields.Checkboxes
 *
 * @copyright   (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;

$fieldValue = $field->value;

if ($fieldValue === '' || $fieldValue === null)
{
	return;
}

$fieldValue = (array) $fieldValue;
$texts      = array();
$options    = $this->getOptionsFromField($field);

foreach ($options as $value => $name)
{
	if (in_array((string) $value, $fieldValue))
	{
		$texts[] = JText::_($name);
	}
}

echo htmlentities(implode(', ', $texts));

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists