I have a domain class which has a few Boolean properties. The scaffolding feature builds a view which used checkboxes for these properties, but I would really like for these properties to be represented with two radio buttons (Yes/No). What would be the most appropriate way of doing this (a custom tag maybe)?
I have a domain class which has a few Boolean properties. The scaffolding feature
Share
I ended up using the following radio group: