Class: Matestack::Ui::Bootstrap::Form::Checkbox
- Inherits:
-
VueJs::Components::Form::Checkbox
- Object
- VueJs::Components::Form::Checkbox
- Matestack::Ui::Bootstrap::Form::Checkbox
- Defined in:
- lib/matestack/ui/bootstrap/form/checkbox.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/matestack/ui/bootstrap/form/checkbox.rb', line 9 def response div class: "matestack-ui-bootstrap-form-checkbox" do label input_label, class: "form-label", ":for": id if input_label && multiple? render_errors render_form_text unless context.form_text.nil? # otherwise renders empty div end end |