Skip to main content

Checkbox

Generate a simple checkbox to toggle a value

Options

Checkbox('fieldName', {
label: 'Label of the field', // (optional)
help: 'Some additional informations', // (optional)
default: false, // default to false (optional)
})

Preview