20

公式のブートストラップ ドキュメントのコードを使用して、簡単なチェック ボックスを作成しています。

<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て高さと幅のプロパティを変更しようとしましたが、ボックスのサイズは大きくなりません。

4

11 に答える 11