i'm using this solution An ASP.NET MVC validator to make sure at least one checkbox is checked to have at least one checkbox checked on my form. But i can't figure out how to display the error message, in unobstrusive.
I suppose i should use a ValidationMessageFor with a custom script for the client side.