@SuppressWarnings("rawtypes")
    private static final RadioRenderer _defRend = new RadioRenderer() {
        public void render(final Radio item, final Object data, final int index) throws Exception {
            final Radiogroup cb = (Radiogroup) item.getParent();
            final Template tm = cb.getTemplate("model");