ダウンロード

チェックボックス


ネイティブ形式の2状態チェックボックス

checkboxクラスは、<input type="checkbox"> HTML要素を単純にラップしたものです。クロスブラウザの互換性とユーザーエクスペリエンスを維持するために、意図的にスタイルが付けられていません。

<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>

Bulmaをサポートする方法

#native_company# #native_desc#
#native_cta#