Vuido
GitHub
Search
⌃
K
Links
About Vuido
Introduction
Installation
Usage
Packaging
Built-in Components
Window
Containers
Widgets
Area
Button
Checkbox
ColorButton
Combobox
DatePicker
DateTimePicker
DropdownList
FontButton
ProgressBar
RadioButtons
Separator
Slider
Spinbox
Text
TextArea
TextInput
TimePicker
Powered By
GitBook
Checkbox
A checkbox widget.
Checkbox supports the
v-model
directive.
Attributes
checked
type: Boolean
Whether the checkbox is checked or unchecked.
Events
toggle
Emitted when the checkbox checked state is toggled.
Example
<
Checkbox
v-model
=
"
checkboxState
"
>
Checkbox label
</
Checkbox
>
Previous
Button
Next
ColorButton
Last modified
5yr ago