Is it just me, or is it standard for the caption of the value '0' does not show up in radio sets. See no zero.png image.
On templates/base/scripts/BxBaseFormView.php around line 1058, there is this line:
if (!isset($aInput['label']) or empty($aInput['label']))
return '';
if I comment this line out then the '0's appear. See with zeros.png image. But, not knowing why they are not being displayed makes me question whether or not this is coded properly. Anyone have any suggestions/comments?