Class: Formular::Element::Bootstrap4::CheckableControl::Radio

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

Overview

class Checkbox

Direct Known Subclasses

InlineRadio, StackedRadio

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 HtmlEscape

#html_escape, #html_escape_once

Methods included from Module

included

Instance Method Details

#hidden_tagObject



20
21
22
# File 'lib/formular/element/bootstrap4/checkable_control.rb', line 20

def hidden_tag
  ''
end