I am completely lost as to how I can solve this. I need to create a matrix of radio buttons, column 1 to 3 and rows A to C. A B C 1 (o) (o) (o) 2 (o)
You may use my plugin https://github.com/zevero/jquery-checkbox-table
$('#container').checkbox_table({ cols: ['A','B','C'], rows: [1,2,3] });