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

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

Overview

class Checkbox

Instance Method Summary collapse

Methods included from Module

included

Instance Method Details

#hidden_tagObject



98
99
100
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 98

def hidden_tag
  ''
end

#inner_wrapper_classObject



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

def inner_wrapper_class
  ['radio']
end