Class: TaoForm::Components::SwitchComponent
- Inherits:
-
CheckBoxComponent
- Object
- TaoOnRails::Components::Base
- FieldComponent
- CheckBoxComponent
- TaoForm::Components::SwitchComponent
- Defined in:
- lib/tao_form/components/switch_component.rb
Instance Attribute Summary
Attributes inherited from CheckBoxComponent
#checked, #checked_value, #disabled, #field_options, #unchecked_value
Attributes inherited from FieldComponent
Class Method Summary collapse
Methods inherited from CheckBoxComponent
Methods inherited from FieldComponent
Constructor Details
This class inherits a constructor from TaoForm::Components::CheckBoxComponent
Class Method Details
.component_name ⇒ Object
5 6 7 |
# File 'lib/tao_form/components/switch_component.rb', line 5 def self.component_name :switch end |