June 3, 200817 yr 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.
June 3, 200817 yr 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.
June 4, 200817 yr 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.
June 4, 200817 yr Author 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.
June 4, 200817 yr 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, 200817 yr by Guest
Create an account or sign in to comment