foreach ( $schedule_settings as $key => $attributes ) {
                $id       = $this->option_prefix . $key;
                $name     = $this->option_prefix . $key;
                $title    = $attributes['title'];
                $callback = $attributes['callback'];