I have a table where each Row has a single checkbox field at the beginning of each row. Currently the user can check the checkbox for any and all rows.
What I am looking for is that when a user clicks on a checkbox in any row, JS would uncheck any other rows checkbox that has already been checked so that only 1 row's checkbox can be checked at anytime.