Hi, I'm using ExtJS 4.2.2 and I wanted to set boxLabel of a checkbox in an afterrender handler, but it ended with the error:

"Uncaught TypeError: Cannot read property 'update' of null".


You can see it in this fiddle: http://ift.tt/1jlrTwP.


Workaround is setting the boxLabel property to non-empty value.