class Playbook::PbCheckbox::Checkbox

def indeterminate_class

def indeterminate_class
  indeterminate ? " indeterminate" : ""
end