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

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

Overview

module StackedCheckable

Constant Summary

Constants included from HtmlEscape

HtmlEscape::HTML_ESCAPE, HtmlEscape::HTML_ESCAPE_ONCE_REGEXP, HtmlEscape::HTML_ESCAPE_REGEXP

Instance Method Summary collapse

Methods included from Module

included

Methods included from HtmlEscape

#html_escape, #html_escape_once

Methods inherited from Checkbox

#hidden_tag

Instance Method Details

#inner_wrapper_classObject



82
83
84
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 82

def inner_wrapper_class
  ['checkbox']
end