'checkbox', 'class' => $this->extraClass() . " text", 'id' => $this->id(), 'name' => $this->Name(), 'tabindex' => $this->getTabIndexHTML(), 'checked' => ($this->value) ? 'checked' : false, 'disabled' => 'disabled' ); return $this->createTag('input', $attributes); } } ?>