Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.85k stars 4.74k forks source link

is there a way custom checkbox color without sass? #6645

Open axiaoxin opened 2 years ago

axiaoxin commented 2 years ago

use this code. but not work.

 <label class="col l3 s12">
  <input id="is_check_jll_stability" type="checkbox" class="filled-in red lighten-2" checked="checked" />
  <span>jll</span>
</label>
krupall commented 2 years ago

Use Image instead of html check box