Hi everybody!
I have got a litte problem with checkboxes, and yes, I did check the
list's archive before writing this post.
In my app, I display a variable number of options, each of which can
contain a variable number of checkboxes.
A simple example:
Choose toppings for pizza:
1) Cheese:
- Mozzarella (checkbox)
- Dunno (checkbox)
- ... (checkbox)
2) Vegetables
- Tomatoes (checkbox)
- Onions (checkbox)
- ... (checkbox)
3) ...
Now, of course I am not programming an app for a pizza delivery service,
but I thought, this example would be well suited to describe by problem.
Can I use mapbacked forms to do this? I would need to get an array of
ints from my map - so I can determine: the following vegetables were
selectes: 1,5,9,... (meaning, the checkboxes need to be grouped!) - is
this possible?
Any input would be appreciated,
Regards,
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]