Details
Description
I would be useful if various form tags would have READONLY and DISABLED options.
Currently the g:checkbox tag already contains the option to define if it's checked or not using a expression. The same would be useful for READONLY and DISABLED.
E.g.
<g:checkBox name="someName" value="1" disabled="$
{session.user.isAdmin}" /> <g:message code="day.1" default="Monday" />
Hi! I would like to help fixing this issue. I have a patch for it in https://github.com/denisfalqueto/grails-core/commit/1809b05fd3cee8bd6e472b56309e82d932bf5b58. I can add test cases, if needed.