# File lib/kafo_wizards/highline/boolean_renderer.rb, line 12
      def render_action(entry)
        entry.update(!entry.value)
        nil
      end