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