Sha256: 9d42e62875ae9fda269ba64818b40499128771f7064d8ef2e42ce95d8d3e1ee6
Contents?: true
Size: 267 Bytes
Versions: 34
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true module UiBibzInputs class UiRadioFieldInput < UiCheckboxFieldInput def input(_wrapper_options) UiBibz::Ui::Core::Forms::Choices::RadioField.new(input_attribute_name, new_options, input_html_options).render end end end
Version data entries
34 entries across 34 versions & 1 rubygems