Lines Matching refs:toggle
1 # toggle chapter
7 The **\<toggle>** component allows your user to select from a group of options and may display the …
26 | value | string | - | Yes | Text value of the toggle. |
27 | checked | boolean | false | No | Whether the toggle is selected.|
36 | text-color | <color> | \#E5000000 | No | Text color of the toggle. …
37 | font-size | <length> | 16px | No | Font size of the toggle. …
39 | font-style | string | normal | No | Font style of the toggle. …
40 | font-weight | number \| string | normal | No | Font weight of the toggle. For details, see …
50 | change | { checked: isChecked } | Triggered when the toggle is selected or unselected.|
65 <toggle class="margin" for="{{toggles}}">{{$item}}</toggle>
69 <toggle class="margin" for="{{toggle_list}}" id="{{$item.id}}" checked="{{$item.checked}}"
70 value="{{$item.name}}" @change="allchange" @click="allclick({{$item.id}})"></toggle>