include icon.pug mixin checkbox - let classes = { 'o-checkbox': true, 'o-checkbox--accent': attributes.accent, } label(class=classes) input.o-checkbox__native( type='checkbox' class={ 'is-indeterminate': attributes.indeterminate } )&attributes(attributes) .o-checkbox__box +icon('check')(class='o-checkbox__check-icon') .o-checkbox__label block