class Champs::YesNoChamp < Champs::BooleanChamp
def legend_label?
true
end
def html_label?
false
def yes_input_id
"#{input_id}-yes"
def no_input_id
"#{input_id}-no"
def focusable_input_id
yes_input_id