@import '../mixins/selection-control';

input[type='checkbox'] {
	@include selection-control('checkbox');
}
