Tie checkbox to data field

hi, i’m still learning, but how would you tie a checkbox to a data
field?

example code…

<%= start_form_tag :action => ‘create’ %>

<%= check_box_tag :my_check_box %>

<%= end_form_tag %>