Hi,
I'm wondering if I missed something or there's another/bezter way to add a required boolean field.
My current approach is to define a choice field with true/false options, set a label "select an option" and mark this field as required. I'm using global constants for the IDs so that I can check the value of necessary.
I don't use the boolean field itself because an unchecked boolean field would fulfill the required definition too, if I remember correctly,
Is there a better way?
It just came to my mind that I could create a form field extensions for a boolean field to provide a drop-down instead of checkbox. On the other side I'm not even sure that I can define a form for extension for a boolean field.
Best regards,
Daniel