Switch
Introduction to using the Switch component

Basic usage
Custom text
Attributes
Name
Value
Type
Default
Required
Note
Events
Name
Parameters
Description
Demo
Last updated
Was this helpful?
Introduction to using the Switch component

Last updated
Was this helpful?
Was this helpful?
<bpa-switch labelText="text" v-model="isOpen"/><bpa-switch labelText="text" v-model="isOpen">
<template v-slot:close-text><img src="favicon.ico" alt=""/>Off</template>
<template v-slot:open-text>On👍🏽</template>
</bpa-switch>