class Playbook::PbSelectableCard::SelectableCard

def input

def input
  multi ? "checkbox" : "radio"
end