If you have an Adaptive Form and you added a radio button, you should be
only able to select one of the values. It looks like what you've done is
create a table with individual check boxes inside each one of the cells.
This makes them independent fields instead of a single field so you'd be
able to select all of them. Check boxes can be selected individually,
radio buttons are a group where only one is allowed.If you want to use
the same approach, on the commit event of each of your objects, you...