Module: Components::CheckboxHelper
- Defined in:
- app/helpers/components/checkbox_helper.rb
Instance Method Summary collapse
Instance Method Details
#render_checkbox(label:, name:, **options) ⇒ Object
2 3 4 |
# File 'app/helpers/components/checkbox_helper.rb', line 2 def render_checkbox(label:, name:, **) render "components/ui/checkbox", name: name, label: label, options: end |