When I try to add checkbox or radiobox element to my form, It seems ok in the firefox, and I see only half of checkbox in Internet Explorer!!!
My Code:
$mform =& $this->_form;
$mform->addElement('header', 'topicselection_otheroptions', get_string('topicselection_options', 'topicselection'));
$mform->addElement('checkbox', 'timeslot[0]', 'checkbox', 234345435));
$this->add_action_buttons(false);
