Categories

Checkbox

Stacy Martin April 24, 2016
No votes yet.
Please wait...

Checkbox is the HTML attribute of input type which defines field type as checkbox, i.e. it assumes that one or several options are to be checked within form and field specified. It’s commonly used to create a field on the page with one or several selections. Unlike radiobox, checkbox attribute allows selecting several variants of answers.

Checkbox includes 2 variations: checked and value, value is the actual placeholder that will appear on the page. Also it may have attribute “checked”.

When several checkboxes are represented on the page, one of them or several checkboxes will be checked by default.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.