V
V
VueJS Generators
GitHub
NPM
JSFiddle
CodePen
Search…
1.0.0
Getting Started
Installation
Usage
Component
Fields
Field Properties
Core Fields
checkbox
checklist
input
label
radios
select
submit
textArea
Optional Fields
Custom Fields
Groups
Validation
Powered By
GitBook
checkbox
This is a standard HTML checkbox input field for boolean values.
Special properties of field
Property
Default
Accepted values
Description
autocomplete
none
see doc
Indicates whether the value of the control can be automatically completed by the browser.
Usage
1
{
2
type
:
"checkbox"
,
3
label
:
"Status"
,
4
model
:
"status"
,
5
default
:
true
6
}
Copied!
Previous
Core Fields
Next
checklist
Last modified
3yr ago
Copy link
Contents
Special properties of field
Usage