Comment 1 for bug 585428

Revision history for this message
Bud P. Bruegger (bud-ancitel) wrote :

The following change seems to be the fix:

form.py line 298: (Checkbox.render)

substitute:
attrs['value'] = self.value

by:
attrs['value'] = self.value or self.name