Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active April 5, 2023 14:39
Show Gist options
  • Save DevGW/16529fad337fd772bc07cdb30b08d17c to your computer and use it in GitHub Desktop.
Save DevGW/16529fad337fd772bc07cdb30b08d17c to your computer and use it in GitHub Desktop.
Ruby / Rails :: form - check box #rails
<div class="field">
<%= f.label :VAR %>
<%= f.check_box :VAR %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment