Method: Primer::Forms::Dsl::CheckBoxInput#to_component

Defined in:
app/lib/primer/forms/dsl/check_box_input.rb

#to_componentObject

:nocov:

[View source]

36
37
38
# File 'app/lib/primer/forms/dsl/check_box_input.rb', line 36

def to_component
  CheckBox.new(input: self)
end