class UiBibz::Ui::Core::Forms::Surrounds::SurroundSwitchField
Private Instance Methods
component_wrapper_html_classes()
click to toggle source
See UiBibz::Ui::Core::Dropdown.initialize
Calls superclass method
UiBibz::Ui::Core::Component#component_wrapper_html_classes
# File lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb, line 9 def component_wrapper_html_classes super << 'input-group' end