Class: Formular::Element::Bootstrap3::CheckableControl::Radio

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

Overview

class Checkbox

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

Instance Method Details

#hidden_tagObject



95
96
97
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 95

def hidden_tag
  ''
end

#inner_wrapper_classObject



91
92
93
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 91

def inner_wrapper_class
  ['radio']
end