Checkbox
Checkbox inputs for selecting multiple options from a list.
Basic Checkbox
<div className="ethio-form-check"> <input type="checkbox" className="ethio-checkbox" id="agree" /> <label htmlFor="agree">I agree to the terms</label> </div>
Checkbox inputs for selecting multiple options from a list.
<div className="ethio-form-check"> <input type="checkbox" className="ethio-checkbox" id="agree" /> <label htmlFor="agree">I agree to the terms</label> </div>