Checkbox, Switch & Sliders
This are used when there is a list of one or more options and the user must select one or more
Checkbox
// Checkbox Shorthand
schema: {
ctrl: 'checkbox',
...
}
// Checkbox
schema: {
ctrl: {
type:'checkbox',
...
},
...
}Switches
Slider
Last updated