class Playbook::PbToggle::Toggle

def input

def input
  check_box_tag(name, value, checked, input_options.merge(disabled: disabled))
end