Class: UiBibzInputs::UiSwitchFieldInput

Inherits:
UiCheckboxFieldInput show all
Includes:
UiBibz::Ui::Core::Forms::Choices
Defined in:
lib/ui_bibz/inputs/ui_bibz_inputs/ui_switch_field_input.rb

Instance Method Summary collapse

Methods inherited from UiCheckboxFieldInput

#label, #new_input_html_options, #new_options, #value

Methods inherited from BaseInput

#options

Instance Method Details

#input(_wrapper_options) ⇒ Object



7
8
9
# 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