Checkboxs on Find Form
Posted:
Sun May 22, 2011 12:58 pm
by rhc
Is there some way I can have my tinyint(1) columns show up as checkboxs on the find form? Im able to do this on the edit, new record forms using a fields.ini widget:type = checkbox (as you know).
Re: Checkboxs on Find Form
Posted:
Tue May 24, 2011 1:27 pm
by shannah
At some point I'll have to address this issue. For the find form a simple checkbox is insufficient since you also need to be able to search for records that are unchecked. You really need to have a ternary widget for this and I haven't developed one yet.