I have rarely used the yes/no field, so I need some assistance. I have a few questions that need to be on a form, the questions are yes/no. I thought I would make the field type a yes or no, but then realized if a no is selected it needs to store a value of 0 and if user selects yes a 1 should be stored, is there a way to do this? or should I just make it a number field type and restrict the values to 0 or 1's?