Module: CheckboxListHelper

Defined in:
app/helpers/checkbox_list_helper.rb

Instance Method Summary collapse

Instance Method Details

#checkbox_list(options = {}) ⇒ Object



2
3
4
# File 'app/helpers/checkbox_list_helper.rb', line 2

def checkbox_list(options = {})
  component(defaults: { class: 'checkbox-list' }, options: options) { yield if block_given? }
end