Sha256: 91cbe73982cec9073a4a570fb86a9dcade5b70a463d26767dd16cec441606bf6
Contents?: true
Size: 319 Bytes
Versions: 32
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module UiBibzInputs class UiSwitchFieldInput < UiCheckboxFieldInput include UiBibz::Ui::Core::Forms::Choices def input(_wrapper_options) UiBibz::Ui::Core::Forms::Choices::SwitchField.new(input_attribute_name, new_options, new_input_html_options).render end end end
Version data entries
32 entries across 32 versions & 1 rubygems