New! My 44-page ebook "CSS in 44 minutes" is out! 😃

Get it now →

Checkbox

原生格式的 复选框

Colors No
Sizes No
Variables No

checkbox 类是 HTML 元素 <input type="checkbox"> 的简单包装,它故意没有增加样式,以保证跨浏览器的兼容性和用户体验。

<label class="checkbox">
  <input type="checkbox">
  Remember me
</label>

你可以添加 链接 到你的复选框,或者 禁用 它。

<label class="checkbox">
  <input type="checkbox">
  I agree to the <a href="#">terms and conditions</a>
</label>
<label class="checkbox" disabled>
  <input type="checkbox" disabled>
  Save my preferences
</label>

Made with Bulma
这是一个 开源项目. 错别字? Or 有疑问? 在GitHub上改进这个页面。

Bulma Partners

Check out their products!

Bulma Newsletter

Get notified when v1 is ready!