Зарегистрирован: 2011-04-26 Сообщений: 29
if($item[Checked] == 0) echo " disabled";
<?= $selectors->by_template($variant_field_name, array( 'prefix' => "\n", 'first' => "", 'active' => "<label><input type='radio' value='%URL'>%NAME</label>", 'active_link' => "<label><input checked type='radio' value='%URL'>%NAME</label>", 'unactive' => "<label><input type='radio' value='%URL'>%NAME</label>", 'suffix' => "\n", 'divider' => "\n")); ?>