class Playbook::PbCheckbox::Checkbox

def input

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