Horizontal Checkbox Settings

Section Label Setting

You can easily customize the label of input, you can change it in this line of code:

```handlebars
    <label for="subcribe-title" class="inline-block ml-[5px]">Subcribe To Our Newsletters</label>
    <input type="hidden" name="subcribe-title" id="subcribe-title" value="subcribe-title">
```
triangle-exclamation

Option Label Settings

You can easily customize the label of option, you can change it in this line of code:

triangle-exclamation

Add or delete the option

You can add or delete the option by customize these lines of code:

Last updated