class ExampleToggleSwitchForm

:nodoc:

def initialize(**system_arguments)

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