making checkbox
-
Can someone please help me turn this input into a check box?
<tr valign="top"> <th scope="row"> <label for="blogname">Option Label</label> </th> <td> <input name="theme_option" type="text" id="theme_option" value="<?php echo get_option('theme_option'); ?>" class="regular-text" /> </td> </tr>
It’s for a basic theme option. I tried “checkbox name” but nothing appears.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘making checkbox’ is closed to new replies.