The key is to attach a condition to the Checkbox, and then perform the update based on the condition.
First, open the UI designer for your Setup Project.

Then, add a new dialog to the UI flow.

Select one of the Checkboxes dialogs. Any one, they are all the same.

You then have a new dialog in your UI Flow. Click on it.

In the property sheet, specify the name for the checkbox "property". This symbol will take the value 1 if the checkbox is checked, something other than 1 (I don't know) if unchecked.

Finally, attach to one of your other installer actions, a condition, using that property.
For example, you can conditionally update a registry key or value, only if that checkbox has been checked. View the registry designer, then select a node:

Then in the property sheet, specify CONDITION=1, for the condition, where CONDITION is the name of the property you attached to the checkbox in the step prior.
