--- In [email protected], "aceoohay" <pa...@...> wrote: > > ValidatedCheckBox extends CheckBox. > > If I do; > > <mx:DataGridColumn itemRenderer="ValidatedCheckBox" /> > > How do I set the ValidatedCheckBox properties such as; > > checkedValue="R" > uncheckedValue="H" > click="doHoldRelease(data);" > > So that I can get the proper values, and do the specialized code > needed on click?
You might find that this article answers a lot of your questions about check boxes as renderers, including the one above: http://www.returnundefined.com/2006/11/creating-truly-reusable- renderers-with-classfactory

