Appearance
Custom Input
We have created two custom input components that extend the checkbox and radio input components. These components allow users to choose options in a more visually appealing way. You can find components files here: src/@core/components/app-form-elements/
- CustomCheckboxes.vue
- CustomCheckboxesWithIcon.vue
- CustomCheckboxesWithImage.vue
- CustomRadios.vue
- CustomRadiosWithIcon.vue
- CustomRadiosWithImage.vue
Please refer to the link for examples.