<p> <input type="radio" <?php checked( $instance[ \'check_for_counter\' ], \'on\' ); ?> id="<?php echo $this->get_field_id( \'check_for_counter\' ); ?>" name="<?php echo $this->get_field_name( \'check_for_counter\' ); ?>" />
<label for="<?php echo $this->get_field_id( \'check_for_counter\' ); ?>">Check whether to display description or not</label> </p>
<p> <input type="radio" <?php checked( $instance[ \'check_for_image\' ], \'on\' ); ?> id="<?php echo $this->get_field_id( \'check_for_image\' ); ?>" name="<?php echo $this->get_field_name( \'check_for_image\' ); ?>" />
<label for="<?php echo $this->get_field_id( \'check_for_image\' ); ?>">Select to Post with Thumbnails</label> </p>
问题→
双单选按钮签入小部件:如何修复此问题?选中在单选按钮中不起作用?