[Plugin: OptionTree] Checkbox – how to default to checked?
-
How can I force a checkbox to be checked by default in a metabox? Here’s my code below:
array( 'id' => 'platform_link_target', 'label' => 'Link Target', 'desc' => 'Do you want the link to open in a new window?', 'std' => '', 'type' => 'checkbox', 'class' => '', 'choices' => array( array( 'label' => 'Yes', 'value' => '_blank' ) ) )
Thanks in advance!
Stephane
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: OptionTree] Checkbox – how to default to checked?’ is closed to new replies.