Basic Form
Input
Text inputs use the
.form-control
class for standard text fields.
Password Toggle
Use the
data-pr-toggle-password
attribute on a password input to dynamically generate a unified input group with
a toggle control. Supports both
icon
(default) and
text
modes.
Textarea
Textareas use
.form-control
with the
textarea
element for multi-line input.
Checkboxes
Checkboxes use
.form-check
,
.form-check-input
and
.form-check-label
classes. Inline variants use
.form-check-inline
.
Read only
Read-only inputs use
.form-control
with the
readonly
attribute.
Radios
Radio buttons use
.form-check
,
.form-check-input
and
.form-check-label
. Inline radios use
.form-check-inline
.
Selects
Select elements use
.form-select
for single selects and
.form-control
for multi-select lists.
Disabled
Disabled form controls use standard form classes with the
disabled
attribute.