class Avo::Fields::BooleanField

def resolve_attribute(value)

def resolve_attribute(value)
  value.present? ? value.in?(truthy_values) : value
end