# 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  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/convert-checkbox-and-radio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
