try to  use represets


 Field('your_boolean_field', 'boolean',
                     , represent = lambda your_boolean_field, row:SELECT(
OPTION("YES",_selected=("selected"if your_boolean_field else "")),OPTION(
"NO")))





Em quinta-feira, 11 de outubro de 2018 09:36:08 UTC-3, lucas escreveu:
>
> hello one and all,
>
> i'm using 2.17.2.  under the db DAL, i have a boolean field that defaults 
> to a checkbox under SQLFORM.grid.  how do i change that under Field to 
> default to a SELECT instead of a INPUT(_type="checkbox")?
>
> thank you in advance, lucas
>

-- 
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)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to