[web2py] Re: how to make check box appear to enable multiple selections

2017-08-31 Thread runruh11
See this previous post; it was a question I asked https://groups.google.com/forum/#!searchin/web2py/checkboxes$20with$20is_in_set%7Csort:relevance/web2py/UtbNmh-DF30/XaEXUF6gCgAJ what I appreciated from Jim Russell's reply is advice of storing the items in a list. This option uses IS_IN_SET as op

[web2py] Re: how to make check box appear to enable multiple selections

2017-08-30 Thread Alex Glaros
this was wrong: widget=SQLFORM.widgets.multiple.widget this works widget=SQLFORM.widgets.checkboxes.widget -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) -