I'm building a "at least one choice required" checkbox group. I know I can use setCustomValidity
method in order to display a native like validation message but I want to use the radio validation message in order to take advantage from native internationalisation.
From now, I use the hidden input radio technique to achieve this but I want to know if I can map the native input radio validation message to another input.
Thanks for your clues.