In my GUI, I need a 3x3 array of radio-buttons, constrained so that only one can be selected in each row, and only one can be selected in each column.
Is this possible client-side, without Javascript (I'm happy to use javascript, but would like a fallback for when JavaScript is off)? Or is my only option Javascript and server-side enforcement?