Re: [Zope3-Users] MultiCheckBoxWidget and formlib

2006-05-26 Thread Tom Dossis
Mats Nordgren wrote: > Could anyone give me a hint on setting up a MultiCheckBoxWidget with > formlib? > > > This is what I got: > > class IMySchema(Interface): > multichoice = Set( > title=_('Pick one or many'), > value_type = Choice(values=['one', 'two', 'three'])) > > class MyEditF

[Zope3-Users] MultiCheckBoxWidget and formlib

2006-05-26 Thread Mats Nordgren
Could anyone give me a hint on setting up a MultiCheckBoxWidget with formlib? This is what I got: class IMySchema(Interface): multichoice = Set( title=_('Pick one or many'), value_type = Choice(values=['one', 'two', 'three'])) class MyEditForm(form.EditForm): form_fields = form.Fiel