grumbachr Posted June 3, 2008 Posted June 3, 2008 Are there any techniques to bold the text of only the selected items in a set of check boxes? I've done some searching but have come up empty.
David Jondreau Posted June 3, 2008 Posted June 3, 2008 How many items are in the value list? If it's not too many, and if the list is static, you can make a series of single value checkboxes to simulate regular checkboxes.
Fitch Posted June 4, 2008 Posted June 4, 2008 If the checkboxes are arranged in a column, shrink the field so the labels don't show. Then create a separate text label for each box and apply conditional formatting to each one: Self & ¶ = FilterValues ( checkboxes ; Self ) If the checkboxes are arranged in a row, you'll need to use DJ's approach.
grumbachr Posted June 4, 2008 Author Posted June 4, 2008 Thanks for the advice. Since its a purely cosmetic thing I wanted to do I wont be implementing the feature anytime soon but now I know how to if I ever need too.
LaRetta Posted June 4, 2008 Posted June 4, 2008 (edited) I enjoyed this, Tom, thank you! UPDATE: For some reason, I didn't consider being able to apply Self to a label! Edited June 4, 2008 by Guest
Recommended Posts
This topic is 6309 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