diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php
index 00a968fc04..fa471659b6 100755
--- a/pandora_console/godmode/setup/setup_visuals.php
+++ b/pandora_console/godmode/setup/setup_visuals.php
@@ -83,13 +83,8 @@ $table_behaviour->data[$row][1] = html_print_checkbox('paginate_module', 1,
$row++;
$table_behaviour->data[$row][0] = __('Display data of proc modules in other format');
-$table_behaviour->data[$row][1] = __('Yes') . ' ' .
- html_print_radio_button ('render_proc', 1, '',
- $config["render_proc"], true) .
- ' ';
-$table_behaviour->data[$row][1] .= __('No') . ' ' .
- html_print_radio_button ('render_proc', 0, '',
- $config["render_proc"], true);
+$table_behaviour->data[$row][1] = html_print_checkbox('render_proc', 1,
+ $config['render_proc'], true);
$row++;
$table_behaviour->data[$row][0] = __('Display text proc modules have state is ok');
@@ -103,13 +98,8 @@ $row++;
//Daniel maya 02/06/2016 Display menu with click --INI
$table_behaviour->data[$row][0] = __('Click to display lateral menus').
ui_print_help_tip(__('When enabled, the lateral menus are shown when left clicking them, instead of hovering over them'), true);
-$table_behaviour->data[$row][1] = __('Yes') . ' ' .
- html_print_radio_button ('click_display', 1, '',
- $config["click_display"], true) .
- ' ';
-$table_behaviour->data[$row][1] .= __('No') . ' ' .
- html_print_radio_button ('click_display', 0, '',
- $config["click_display"], true);
+$table_behaviour->data[$row][1] = html_print_checkbox('click_display', 1,
+ $config['click_display'], true);
$row++;
//Daniel maya 02/06/2016 Display menu with click --END
@@ -126,13 +116,8 @@ if (enterprise_installed()) {
$table_behaviour->data[$row][0] = __('Classic menu mode').
ui_print_help_tip(__('Text menu options always visible, don\'t hide'), true);
-$table_behaviour->data[$row][1] = __('Yes') . ' ' .
- html_print_radio_button ('classic_menu', 1, '',
- $config["classic_menu"], true) .
- ' ';
-$table_behaviour->data[$row][1] .= __('No') . ' ' .
- html_print_radio_button ('classic_menu', 0, '',
- $config["classic_menu"], true);
+$table_behaviour->data[$row][1] = html_print_checkbox('classic_menu', 1,
+ $config['classic_menu'], true);
$row++;
echo "