- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Checkbox
April 24, 2016
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.