Module: GovukDesignSystem::CheckboxesHelper

Defined in:
app/helpers/govuk_design_system/checkboxes_helper.rb

Instance Method Summary collapse

Instance Method Details

#govukCheckboxes(kwargs = {}) ⇒ Object



3
4
5
6
# File 'app/helpers/govuk_design_system/checkboxes_helper.rb', line 3

def govukCheckboxes(kwargs = {})
  form = kwargs[:form]
  render((form.present? ? "form_components/govuk_checkboxes" : "components/govuk_checkboxes"), **kwargs)
end