Vertical Checkbox Settings

Section Label Setting

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

```html
    <label for="gender-title" class="inline-block ml-[5px]">Gender</label>
    <input type="hidden" name="gender-title" id="gender-title" value="gender-title">
```

Option Label Setting

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

Add or delete the option

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

Last updated