module Ariadne::Forms::Dsl::InputMethods
def check_box_group(**options, &block)
-
block(Proc) -- A block that will be yielded a reference to the input object so it can be customized. -
options(Hash) -- The options accepted by the check box group input (see forms docs).
def check_box_group(**options, &block) add_input(CheckBoxGroupInput.new(builder: builder, form: form, **options, &block)) end