Selection Button
Selection Buttons are a common pattern seen on the Questionnaire pages.
Selection Button
Selection Button in its deselected state.
<button class="largeActiveButton">Cancel Subscription</button>
<button class="largeInactiveButton">Cancel Subscription</button>
<button class="largeActiveButton">Submit</button>
<button class="largeInactiveButton">Cancel</button>
Selection Button – Active
Selection Button in its Active state.
<button class="largeActiveButton">Cancel Subscription</button>
<button class="largeInactiveButton">Cancel Subscription</button>
<button class="largeActiveButton">Submit</button>
<button class="largeInactiveButton">Cancel</button>
Selection Button – Grouped
Selection Buttons grouped.
<button class="largeActiveButton">Cancel Subscription</button>
<button class="largeInactiveButton">Cancel Subscription</button>
<button class="largeActiveButton">Submit</button>
<button class="largeInactiveButton">Cancel</button>
Selection Button (Two Lines of Text)
When a Selection Button has a longer character count it will break into two lines. An example of this can be seen in Non-Disclosure Agreement and Child Medical Consent.
<button class="largeActiveButton">Cancel Subscription</button>
<button class="largeInactiveButton">Cancel Subscription</button>
<button class="largeActiveButton">Submit</button>
<button class="largeInactiveButton">Cancel</button>
Selection Button (with Description)
A Selection Button can sometimes includes a description beneath it. The Non-Disclousre Agreement and Power of Attorney are examples of buttons with description text.
<button class="largeActiveButton">Cancel Subscription</button>
<button class="largeInactiveButton">Cancel Subscription</button>
<button class="largeActiveButton">Submit</button>
<button class="largeInactiveButton">Cancel</button>