Author: Max@technocore.co.za
Same as 'Check'(see ObjFieldCheck) but to the left of the label.
Create a check-box that can be used to stop the user from proceeding unless check (e.g. terms and conditions agreement) or just to get a boolean value from the user.


| Name | Default | Description | Required |
|---|---|---|---|
| Required | N | User won't be able to Submit the Form if set to ('Y') and box is blank | No |
| Validation message | 'You need to agree to this condition' | Message displayed if Required is enabled ('Y') and user tries to submit form without the check box being ticked | No |
<div class="checkbox abc-checkbox abc-checkbox-success"><input type="checkbox" name="_form_Answer_check" id="_form_Answer_check" size="30" data-fv-notempty-message="Please Agree to the terms and conditions to continue" required="" data-fv-field="_form_Answer_check"><label for="_form_Answer_check"></label></div>
cythonize -3 -a -i ObjFieldCheckLeft.py
Compiling /home/axion/projects/axion/factory.field/package.core/ObjFieldCheckLeft.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.field/package.core/ObjFieldCheckLeft.py
Updated : 2025-06-09