90919293949596979899
StringBuilder b = new StringBuilder(""); int index=0; for(Entry<K,V> e : getChoices().entrySet()) { b.append(new RadioInput(attrs, e.getKey(), e.getValue().toString(), index++).render(name, value, finalAttrs)); } return b.toString(); }