Checkbox label click the checkbox (Article # 155)
View products that this article applies to.
Problem:
1. Use the "for" property of the label control
Example:
<input type=radio name="product_type" id=by_site value="site_part" checked>
<label for=by_site><b>Site Configuration</b></label>
<input type=radio name="product_type" id=by_part value="part_num">
<label for=by_part><b>Part List</b></label>
Resolution:
Applies To: