Skip to content

Instantly share code, notes, and snippets.

@Vegann
Created January 20, 2020 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vegann/a555830c000a96390a096055f4edb210 to your computer and use it in GitHub Desktop.
Save Vegann/a555830c000a96390a096055f4edb210 to your computer and use it in GitHub Desktop.
How to send true/false params with checkbox - Rails
= f.check_box :type, { class: 'class', checked: @checked }, 'true', 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment