Skip to content

radiobutton and checkbox inputs styled with google material design icons

License

Notifications You must be signed in to change notification settings

sudeep494/material-radio-checkbox

Repository files navigation

Material Radio Checkbox

Material Design Icons . Material Design Icons styled radio button and checkboxes.

Install

bower install material-radio-checkbox

Use

Make sure to include material-radio-checkbox.css in your HTML, or add scss/less files Sass / Less.

Checkbox Example:

<form role="form">
  ...
	<label class="checkbox">
		<input type="checkbox" />
		Check me out
	</label>
  ...
</form>

Radios

Radiobutton Example:

<form role="form">
  ...
  <label class="radio">
	  <input type="radio" name="radio2" value="option1">
	  One
  </div>
  <label class="radio">
	  <input type="radio" name="radio2" value="option2" checked>
	  Two
  </div>
  ...
</form>

Using Sass

@import "../material-radio-checkbox";

Using Less

@import "../material-radio-checkbox";

About

radiobutton and checkbox inputs styled with google material design icons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages