Checkbox

A control that allows the user to toggle between checked and not checked.

Usage

Add the input class to your <input type="radio"> elements or have a parent with the form class (read more about form). You can also set the aria-invalid attribute to true to make the input invalid.

<input type="checkbox" class="input">

Examples

Disabled

With text

By clicking this checkbox, you agree to the terms and conditions.

Form

You can manage your mobile notifications in the mobile settings page.

Select the items you want to display in the sidebar.