<% if self.widget == "select" then %>
<% elseif self.widget == "radio" then
local c = 0
for i, key in pairs(self.keylist) do
c = c + 1
%>
/>
<% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %> <% else %> <% end %>
<% end end %>
<% end %>
<%+cbi/valuefooter%>