There are two solutions:
1. Don't use struts tag, instead use the rendered HTML select tag, like
2. In your Action class which forwards to the
JSP, you have to have code which sets the property associated with the checkbox to either "true", "yes", "on", or the value set in the "value" attribute.