If you want to let the user indicate yes or no, just use a single checkbox. If
it's checked, it's Yes. If it's not checked, it's no.
If you really want some control to turn off when another turns on, then don't
use checkboxes. Try using a pair of optionbuttons. This behavior is built into
optionbuttons.