class Playbook::PbSelectableIcon::SelectableIcon

def enabled_disabled_class

def enabled_disabled_class
  disabled ? "disabled" : "enabled"
end