Class: UiBibzInputs::UiRadioFieldInput

Inherits:
UiCheckboxFieldInput show all
Defined in:
lib/ui_bibz/inputs/ui_bibz_inputs/ui_radio_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



5
6
7
# File 'lib/ui_bibz/inputs/ui_bibz_inputs/ui_radio_field_input.rb', line 5

def input(_wrapper_options)
  UiBibz::Ui::Core::Forms::Choices::RadioField.new(input_attribute_name, new_options, input_html_options).render
end