I’m looking for a suggestion on checking the states (on/off) of ten radio buttons in a matrix. The matrix is in highlight mode.
I know I saw a very helpful posting on this but can’t remember where.
Found it. In case you need it…this returns the true/false state of the button matrix selections
tell window 1
set currentList to content of every cell of matrix 1
end tell
log currentList