Hi,
Sorry for the delay – use this line of code:
$("#dffs_YourColumnName input:checkbox:checked").length
Change YourColumnName for your fieldinternalname.
You should be able to set up a trigger with “Custom JavaScript function” as trigger, and use the above line in a custom function – returning true or false if the selection length is OK or Not OK.
Alexander