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