Hi, Jim. What about doing the following:

form.elements('input',_id='checkbox_field_n')[0]['_type'] = 'button'
>

I imagine the value can then be toggled with, for example, javascript's 
'onclick' functionality, and stored in the db as usual.

On Tuesday, January 29, 2013 11:46:55 AM UTC-5, Jim S wrote:
>
> I have a form that is going to hold a number of boolean fields.  I want to 
> change them to buttons instead of checkboxes so I can use the bootstrap 
> button widgets.  How can I chance the boolean widget from a checkbox to a 
> button and have the value properly put back into the database?

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to