# Checkbox
The checkbox
type allows you to select single values for submission in a form. If you would like to provide multiple options, check out the checklist component.
<ks-form-field type="checkbox" label="I accept the terms and conditions" />
# Usage
For more information on how to use the form field
component and it's available configurations, check out the documentation.