- Do say 5 items in a checkbox
- Populate the list from an array or object - see the Javascript Tutorial for this
- Allow touch selection of line items
- Add a submit button and do something with the output
- Output must handle multiple selections!
Also JavascriptTutorial- Checkbox multiple items
might be useful for voice selection to have differing name values per voice then do if(isset($_POST['bari'])) - except that's php