CheckBox
If i use in a grid
var chkBox = new AW.Templates.Checkbox
chkBox.setContent("box/text", "");
users.setCellTemplate(chkBox, 3);
The checkbox will not hoover og be selected, if i do not use
chkBox.setContent("box/text", "");
It will but only if i move over the label.
What should i do to get a normal checkbox woorking whitout label.
var chkBox = new AW.Templates.Checkbox
chkBox.setContent("box/text", "");
users.setCellTemplate(chkBox, 3);
The checkbox will not hoover og be selected, if i do not use
chkBox.setContent("box/text", "");
It will but only if i move over the label.
What should i do to get a normal checkbox woorking whitout label.
JoHo
November 9,