Files
2025-03-12 17:06:23 +01:00

3 lines
225 B
PHP

<?php echo input_hidden_tag('countries[is_default]', $countries->getIsDefault()) ?>
<?php echo st_admin_checkbox_tag('countries[is_default]', 1, $countries->getIsDefault(), array('disabled' => $countries->getIsDefault())) ?>