Switch

Introduction to using the Switch component

Radio 介紹示意圖
Switch introduction diagram

Switch toggle, usually used for on or off functions.

Basic usage

Custom text

Attributes

Name
Value
Type
Default
Required
Note

id

String

random

labelText

String

v-slot:close-text

String

Off/OFF

v-slot:open-text

String

On/ON

Events

Name
Parameters
Description

change

Demo

Last updated

Was this helpful?