Checkbox

Note

The task interface configuration guide describes the features of the HTML/JS/CSS editor. You can also try creating a checkbox in Template Builder.

To insert a checkbox in a task, use the {{field type="checkbox" name="<output field> name"}} component. For example, a set of three checkboxes:

{{field type="checkbox" name="red" label="red" hotkey="1"}}
{{field type="checkbox" name="green" label="green" hotkey="2"}}
{{field type="checkbox" name="yellow" label="yellow" hotkey="3"}}

Add a field of boolean type to the output data description. Example:

{
"red": {
"type": "boolean",
"required": true
}
}

Parameters

ParameterDescriptionRequiredDefault value
typeField type: checkbox.yesno
nameAttribute for the output data field. Contains the output field name.yesno
labelSignature. For example, label="Yes".nono
hotkeyThe shortcut for selecting a value.nono
valueThe value to pass (written to the output file).

Supported values: true, false.
nofalse
validation-show

The position of popup hints (displayed if the response didn't pass validation). The position is relative to the input field.

Supported values:

  • Above the input field: "top-left", "top-center", "top-right".

  • Below the input field: "bottom-left", "bottom-center", "bottom-right".

  • To the left of the input field: "left-top", "left-center", "left-bottom".

  • To the right of the input field: "right-top", "right-center", "right-bottom".

  • Don't display the message ("false").

no"top-left"
checked

The state of a checkbox when the page is displayed:

  • checked=true — Checked.

  • checked=false — Unchecked.

nofalse
sizeSize of the field.

Supported values: "M", "L".
no"L"
width

Width of the field. Set in the following units:

  • Pixels. For example, width="100px".

  • Percentage of the size of the parent element. For example, width="100%".

    You can also use a formula for setting the width. For example, width="calc(100%-30px)".

nodepends on the length of the signature
disabled

Whether data can be edited:

  • disabled=true — Non-editable field.

  • disabled=false — Editable field.

nofalse
classThe CSS class for the field. For example, class="annotation".no".field" ".field_type_checkbox"
Contact support

Last updated: February 15, 2023

Introduction
Getting started
Important tips
Useful recommendations
Working with Toloka
Projects
Pools
Tasks
Results
Project analysis
Toloka settings
Task interface
Template Builder
HTML/CSS/JS editor
Help and support
FAQTroubleshootingSupportGlossary