UNPKG

cruk-pattern-library-api

Version:
13 lines (12 loc) 455 B
<p><input type="text"></p> <p><input type="textarea"></p> <p> <input type="checkbox" name="vehicle" value="Bike"> I have a bike<br> <input type="checkbox" name="vehicle" value="Car" checked> I have a car </p> <p><input type="submit" value="Submit"></p> <p> <input type="radio" name="gender" value="male"> Male<br> <input type="radio" name="gender" value="female"> Female<br> <input type="radio" name="gender" value="other"> Other </p>