Is there any way to override the rendering function not of the whole for
but only a certain element.
e.g. override
function theme_radios($element) {
}
from form.inc
with my own function
function theme_myform_radios($element) {
/*
my code here; e.g. to display all radios in one single row instead of
one row for each radio