#4592: Make CheckboxSelectMultiple more like RadioSelect ---------------------------+------------------------------------------------ Reporter: Scott Sinclair | Owner: adrian Status: new | Component: django.newforms Version: SVN | Keywords: CheckboxSelectMultiple feature Stage: Unreviewed | Has_patch: 0 ---------------------------+------------------------------------------------ It would be nice if CheckboxSelectMultiple could work the same as RadioSelect does, so that it could provide the ability to render each checkbox/item individually. This is currently done in RadioSelect by the use of RadioSelectRenderer and RadioItem. It is presumed that the same can be done for CheckboxSelectMultiple, and would be beneficial, as both of these Widgets, are fundamentally going towards the same goal. One allows multiple choices, the other only allows one.
-- Ticket URL: <http://code.djangoproject.com/ticket/4592> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
