Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 361 Bytes

checkbox.md

File metadata and controls

20 lines (15 loc) · 361 Bytes

Checkbox

Make multiple selections in a set of options, or mark the status of an option.

Basic

<checkbox>CheckBox</checkbox>

Disabled

<p>
  <checkbox disabled="disabled">Disabled</checkbox>
</p>
<p>
  <checkbox disabled="disabled" checked="checked">Disabled Checked</checkbox>
</p>