Forms

Overview

The form controls consist of <input>s, <select>s and <textarea>s. They all need the .form-control class to get their styling. You can see examples below:

Size

You can vary the height from large to small.

Checkboxes and Radio

We have restyled the checkbox and radio buttons. You will need to use the custom classes .poly-check and .poly-radio to use them instead of the default controls.

Disabled Inputs

You can add the disabled boolean attribute on an input to prevent user interactions.

If you want to see more examples and properties please check the official Bootstrap Documentation.

Last updated