There is possibility, but I am not sure of the relevance of your needs. 1) jQuery (in view) 2) Once you have your form... (form = SQLFORM(db.table)) you can modify the everything in there that will be under html (in controller)... But it could brake the web2py workflow... 3) Build your own form from scratch with web2py Helpers (in controller)
Richard On Fri, Mar 4, 2011 at 6:16 AM, Bruno Barbosa <[email protected]> wrote: > I want change default checkbox to button in SQLFORM, suggestions? > > # --------------------------------------- > # Bruno Barbosa > # Seja livre - Use Linux!!! > # http://algoritmizando.com > # http://twitter.com/bruninbsb > # --------------------------------------- >

