Hello, I have a sql field that is a BOOLEAN, which allows for NULL also. So it can be TRUE, FALSE, or NULL.
I need a component to let the user set that field to one of the three states. I'm thinking about using two checkboxes, one for TRUE, the other for FALSE and when neither is checked it means NULL. A bit of javascript would then avoid the "both checked" state. Is there anything like that ready to use? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
