class UiBibzInputs::UiSwitchFieldInput

Public Instance Methods

input(_wrapper_options) click to toggle source
# File lib/ui_bibz/inputs/ui_bibz_inputs/ui_switch_field_input.rb, line 7
def input(_wrapper_options)
  UiBibz::Ui::Core::Forms::Choices::SwitchField.new(input_attribute_name, new_options, new_input_html_options).render
end