ref: master
app/views/custom_fields/_checkbox.html.erb
<%= labelled_check_box(field.name, name, 1, profile.custom_value(field.name) == '1' )%>