[Rails-spinoffs] Re: Group checkbox toggling

2006-06-02 Thread Kevin Olbrich
On Friday, June 02, 2006, at 2:49 PM, Eric Anderson wrote: >Kevin Olbrich wrote: >> I would like to put a checkbox in the column/row headers to toggle the >> boxes in a particular row or column. Each box has a name like >> 'position_A1' or 'position_H12'. > >Why not just use radio buttons. That i

[Rails-spinoffs] Re: Group checkbox toggling

2006-06-02 Thread Eric Anderson
Kevin Olbrich wrote: I would like to put a checkbox in the column/row headers to toggle the boxes in a particular row or column. Each box has a name like 'position_A1' or 'position_H12'. Why not just use radio buttons. That is what they are for and they will work without Javascript enabled.