module Avo::Fields::Concerns::IsDisabled

def is_disabled?

def is_disabled?
  Avo::ExecutionContext.new(target: disabled, record: record, view: view, resource: resource).handle
end