芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/libraries/joomla/form/fields/checkbox.php
element['class'] ? ' class="'.(string) $this->element['class'].'"' : ''; $disabled = ((string) $this->element['disabled'] == 'true') ? ' disabled="disabled"' : ''; $checked = ((string) $this->element['value'] == $this->value) ? ' checked="checked"' : ''; // Initialize JavaScript field attributes. $onclick = $this->element['onclick'] ? ' onclick="'.(string) $this->element['onclick'].'"' : ''; return '
'; } }