Re: Why are checkboxes *still* like this?

2009-08-01 Thread judgej
more work needs to be done. (subclass, write a new render() function) So, it sounds like a patch to forms.forms (order of label + field) and widgets (is_checkbox) is the way forward. -- joe On Jul 25, 9:53 pm, judgej wrote: > http://code.djangoproject.com/browser/django/trunk/django/forms/w

Why are checkboxes *still* like this?

2009-07-25 Thread judgej
http://code.djangoproject.com/browser/django/trunk/django/forms/widgets.py line 595: output.append(u'%s %s' % (label_for, rendered_cb, option_label)) 1- I know there is argument in the CSS/designer community about embedding tags inside tags, or not. 2- But, its pretty clear that the usability