August 14, 200619 yr Hello you experts. I have a strange need: can I have 'square' radio buttons instead of round ones? can I make the sleection fill 'X' inside rather than filling the circle? If the answer is yes - please show me how... Y
August 14, 200619 yr Use a checkbox. Create a Custom Value list called SELECT. Only type 1 into it (or whatever value the field should hold if true. Attach this value list to your field. It will produce an X when the value is in the field and unchecking with empty the field again. You must be sure that the data field is either blank or ONLY contains this exact value or it won't work. Some will say not to use checkbox for on/off toggle but I use them for SINGLE selections as toggle all the time. :wink2: Edited August 14, 200619 yr by Guest
Create an account or sign in to comment