Reload Page and Add Param on Checkbox Click With Rails Oct 9th, 2013 1 2 3 = form_tag the_current_path, :method => :get do |f| = check_box_tag :my_filter, true, params[:my_filter], :onchange => 'this.form.submit();'' = label_tag :my_filter, "My Filter"