aboutsummaryrefslogtreecommitdiff
path: root/classes/forms.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/forms.php')
-rw-r--r--classes/forms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/forms.php b/classes/forms.php
index e0267ce..6fb9972 100644
--- a/classes/forms.php
+++ b/classes/forms.php
@@ -81,7 +81,7 @@ class service_edit_form extends moodleform {
$mform->addRule("url", null, "required");
/* Enabling the service */
- $mform->addElement("checkbox", "enable",
+ $mform->addElement("advcheckbox", "enable",
new lang_string("enable", "moodle"));
$mform->setType("enable", PARAM_BOOL);
$mform->setDefault("enable", 1);