Class: Formular::Element::Bootstrap3::CheckableControl::Radio
- Includes:
- StackedCheckable, Modules::WrappedControl
- Defined in:
- lib/formular/element/bootstrap3/checkable_control.rb
Overview
class Checkbox
Instance Method Summary collapse
Methods included from Module
Instance Method Details
#hidden_tag ⇒ Object
98 99 100 |
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 98 def hidden_tag '' end |
#inner_wrapper_class ⇒ Object
94 95 96 |
# File 'lib/formular/element/bootstrap3/checkable_control.rb', line 94 def inner_wrapper_class ['radio'] end |