module Coco module App module Fields class LabelComponent < ViewComponent::Form::LabelComponent include Concerns::ActsAsFieldWithOptions end end end end