@enable_exit_toggle.on_clicked_with_init {
            if @enable_exit_toggle.on?
                @exit_widgets.each_with_index { |widget, index| widget.animate({:opacity => 1.0}, duration = (0.05 + (index * 0.2))) }
            else
                @exit_widgets.each_with_index { |widget, index| widget.animate({:opacity => 0.2}, duration = (0.05 + (index * 0.1))) }