class CheckboxInput < SimpleForm::Inputs::BooleanInput def input(wrapper_options = nil) out = [] out << %{
} out << %{ } out << %{
} out.join.html_safe end end