This dialog is used to insert a Struts html multibox tag into a JSP page. This tag will generate an HTML checkbox input element. It will be initialized based on whether the specified value matches one of the elements from the associated bean/property (the associated bean/property should be an array or collection).
bean/property
The qualified bean or bean property that will be bound to the multibox.
value
The constant value or data bound expression that should be evaluated and transmitted if the checkbox is checked when the form is submitted.