Class: Formular::Element::Bootstrap3::CheckableControl::Checkbox

Inherits:
Checkbox
  • Object
show all
Includes:
StackedCheckable, Modules::WrappedControl
Defined in:
lib/formular/element/bootstrap3/checkable_control.rb

Overview

module StackedCheckable

Instance Method Summary collapse

Methods included from Module

included

Methods inherited from Checkbox

#hidden_tag

Instance Method Details

#inner_wrapper_classObject



85
86
87
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 85

def inner_wrapper_class
  ['checkbox']
end