--- title: Form selectboxes --- Add selectboxes to make your form more intuitive by providing users with a set of options to choose from. You can add simple selectboxes with a label, use icons only or icons with labels. Alternatively, you can use pill selectboxes if they go well with your design. ```html example code columns={1} centered
``` ```html example code columns={1} centered
``` ```html example code columns={1} centered
``` ```html example code columns={1} centered
``` ## Advanced selectboxes Use more advanced selectboxes to display the range of available options. You can choose selectboxes with radio buttons, if you want users to select only one option or with checkboxes, if they are allowed to choose multiple options. ```html example height="30rem" centered columns="1" plugins="payments"
``` ```html ```