We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required
Is there a way to create another checkbox near Required, Can anyone help me with this, I cant find a way to do this.
The text was updated successfully, but these errors were encountered:
I have tried adding another check box to mw-form-question-builder.html but it didn't work.
mw-form-question-builder.html
<div layout="row" layout-align="start center"> <div flex="20"> <md-button class="md-accent md-raised" type="button" role="button" ng-click="ctrl.save()" translate="mwForm.buttons.questionReady"> Ready </md-button> </div> <div flex> <md-checkbox ng-model="ctrl.question.required" ng-disabled="ctrl.readOnly" flex> <span translate="mwForm.question.required">Required</span> </md-checkbox> <md-checkbox ng-model="ctrl.question.calc" flex> <span>New CheckBox</span> </md-checkbox> </div>
Sorry, something went wrong.
No branches or pull requests
Is there a way to create another checkbox near
Required
, Can anyone help me with this, I cant find a way to do this.The text was updated successfully, but these errors were encountered: