Module: TurboMaterial::CheckboxHelper

Defined in:
app/helpers/turbo_material/checkbox_helper.rb

Instance Method Summary collapse

Instance Method Details

#material_checkbox(kwargs = {}) ⇒ Object



3
4
5
# File 'app/helpers/turbo_material/checkbox_helper.rb', line 3

def material_checkbox(kwargs = {})
  render "components/checkbox", **kwargs
end