API page: http://api.drupal.org/api/drupal/developer%21topics%21forms_api_referenc...
The documentation about #multiple in the tableselect section isn't correct, it says:
Setting #multiple to TRUE will give you radios instead of checkboxes.
It should be:
Setting #multiple to TRUE will give you checkboxes instead of radios.
Comments
Comment #1
jhodgdonMoving to Documentation project (the FAPI reference file is in that git repository for the time being).
Comment #2
jn2 commentedThis is fixed for D7 and D8.