Using CGI.pm Does anybody know if its possible to add a span with a style to the label element that are generated by the checkbox_group or do i need to roll my own routine to do this?
John Digging through the code I found about LABELATTRIBUTES So you can do this. SO you can apply a style -labelattributes => "" It not the same as -attributes tag which is reference to hash, were you have the attribute's name as the key and the attribute's value as the value. But, I want to apply a different background color to subset of the checkboxes.ie <label> <span style="background-color:#345643; "> <input type="checkbox" ....... </span> </label>
In reply to CGI.PM checkbox_group background color by jhuijsing
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |