GC GYM Posted December 1, 2006 Posted December 1, 2006 Is there a way to make a radio button set behave like a checkbox (accept more than one item from the value list) by default, rather than the user having to remember to hold the shift key down? Context: If the user forgets to hold the shift key, or misses it, all existing options are replaced by the selection - oops - info lost! Just use a checkbox set then I hear you say.....but.. I want the visual style of the radio buttons because some users get confused by the meaning of the cross in the checkbox (Am I saying yes to this option, if so why am I using a cross?) The only solution I can think of is to set up container fields with graphics looking like ticks and scripts on each as a button etc, but then I lose the convenience of the value list...anyway I'm much too lazy to do that.
Genx Posted December 1, 2006 Posted December 1, 2006 Well no not really, a radio button set is meant to be a radio button set... If you misuse it, don;t expect the work around to be easy -- i.e. you have to push the shift key.
Lee Smith Posted December 1, 2006 Posted December 1, 2006 You can do this, but it amounts to using a seaprate field for each button, and one list item for each button. HTH Lee
Genx Posted December 1, 2006 Posted December 1, 2006 And then they still have to hold shift to deselect :B
Søren Dyhr Posted December 1, 2006 Posted December 1, 2006 The only solution I can think of is to set up container fields with graphics looking like ticks and scripts on each as a button etc, but then I lose the convenience of the value list...anyway I'm much too lazy to do that. You can instead use say ZapfDingbats, in boolean formatet numberfields switching values scripted... --sd checkswhatever.zip
Genx Posted December 1, 2006 Posted December 1, 2006 You may find that if you do go with soren's technique of fields with boolean values, you may save yourself some headaches in the future... Single fields are easier to deal with than checkbox sets that store lists especially in finds.
Genx Posted December 1, 2006 Posted December 1, 2006 Using repeating fields? That's even more interesting.
Recommended Posts
This topic is 6628 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now