Checkbox widgets and forms.
CheckBox1 | A checkbox in a div - but without a form or submit button, typically included within a form.
On error, a paragraph above the checkbox will display the error message. |
CheckBox2 | A checkbox in a span - but without a form or submit button, typically included within a form. Does not display errors. |
CheckBoxTable1 | Textblock reference widgets.checkbox.CheckBoxTable1 not found |
CheckInputs | A div holding a checkbox with a container to hold further input fields. Without a form or submit button, typically included within a form.
The checkbox controls contained text input fields (not other types of input) which must initially be set as enabled/disabled to match the checkbox state. The input fields are only enabled when the checkbox is checked, requires javascript enabled on the client browser. |
CheckedText | Checkbox and text input field, the checkbox enables or disables the text field. No form or submit capability, intended for insertion into a form. |
SubmitCheckBox1 | A form with a checkbox input field, and four hidden fields. Submit button follows input field in a span. |