Class: Formular::Element::Bootstrap3::CheckableControl::InlineRadio

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

Overview

class InlineCheckable

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



35
36
37
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 35

def hidden_tag
  ''
end