Method: ExampleToggleSwitchForm#initialize

Defined in:
app/forms/example_toggle_switch_form.rb

#initialize(**system_arguments) ⇒ ExampleToggleSwitchForm

Returns a new instance of ExampleToggleSwitchForm.

[View source]

5
6
7
# File 'app/forms/example_toggle_switch_form.rb', line 5

def initialize(**system_arguments)
  super(name: :example_field, label: "Example", **system_arguments)
end