What is the proper syntax for the following. I am getting a JS console error. I'm basically applying multiple style formats to the field (ie. width and height).
{label: "Reviewed",
name: "ELOOKO",
attr: {maxlength:1,
style: "height:2px",
width:4px"}
},