公式のブートストラップ ドキュメントのコードを使用して、簡単なチェック ボックスを作成しています。
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck" name="example1">
<label class="custom-control-label" for="customCheck">Check this custom checkbox</label>
</div>
チェックボックスを現在よりも大きくする方法を知りたいですか? css を編集しcustomCheck
て高さと幅のプロパティを変更しようとしましたが、ボックスのサイズは大きくなりません。