# File lib/simple_form/inputs/boolean_input.rb, line 8 def label_input input + (options[:label] == false ? "" : label) end