So you will put in the checkbox on the page, for the label you will just use the column from your recordset that holds the name of the option. You can get this from the bindings panel. The next step is to associate the value of this checkbox with the id column from your recordset. This last part is covered in step 3, so you just need to add a binding next to the checkbox so that you can identify what the option is before you go to step 3.


