I have a checkbox group for which I am using a @DbLookup to obtain the items to appear with checkboxes. It works fine except for a couple of cases where I am getting over 230 values from the lookup. In that case I get one checkbox with a value of "Infinity". I think that is telling me I have too many choices in my checkbox group.
Is there a limit to the number of values you can put in a checkbox group? What would be the best way to handle those cases where there is a large number of values? I may just take the route of "if there are more than 100 values returned, truncate the list".