switch
Special properties of field
Usage
{
type: "switch",
label: "Status (switch field)",
model: "status",
textOn: "Active",
textOff: "Inactive"
}Last updated
Was this helpful?
{
type: "switch",
label: "Status (switch field)",
model: "status",
textOn: "Active",
textOff: "Inactive"
}Last updated
Was this helpful?
Was this helpful?
{
type: "switch",
label: "Sex",
model: "sex",
textOn: "Female",
textOff: "Male",
valueOn: "female",
valueOff: "male"
}