In creating a fairly complex form I realise that I would like to create several "separate" Radio Input controls. I need to do this in order to be able to lay them out more flexibly alongside other controls.
I can't use the RadioInput widget directly as it seems to be only for use by the RadioSelect widget. It would be nice to either have either a way of creating individual RadioInputs (I can give them all the same HTML name attribute so they work together in the browser) or have access to the individual radio inputs in the RadioSelect widget in a template. I can't see a way at the moment of creating individial radio inputs. Is any of this possible? Regards, Gary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
