View Single Post
  #2  
Old 04-14-2005, 02:26 AM
 
hooter hooter is offline
 

X-Adept
  
Join Date: Dec 2004
Posts: 519
 

Default

Hello,

This will require you to edit the template wherever your custom checkboxes will appear. To have them pre-checked use code similar to this:
Code:
<INPUT TYPE="checkbox" NAME="CheckboxOne" CHECKED>CheckBox Text
where NAME = the name of your checkbox field and "Checkbox Text" is whatever text you use to describe the checkbox option
__________________
Blog for X-Cart | Ebay Auction Manager
Reply With Quote