Convert Checkbox and Radio
Sometimes a checkbox or radio button that selects a product gets imported on a page and is not set to select a product. These elements can be manually converted using the following tables. Go into the page code editor to do the edits.
To convert a form checkbox to a product checkbox, or vice-versa, use the following table to edit html correctly:
Property | Form Checkbox | Product Checkbox |
data-gjs-type | form-checkbox | product-checkbox |
name | product | |
class | fk-form-checkbox | fk-product-checkbox |
To convert a form radio button to a product radio button, or vice-versa, use the following table to edit html correctly:
Property | Form Radio | Product Radio |
data-gjs-type | form-radio | product-radio |
name | product | |
class | fk-form-radio | fk-product-radio |