Masukkan String hasil json, class model akan muncul disebelah kanan
Bootstrap provides several form control styles, layout options, and custom components for creating a wide variety of forms.
Set heights using classes like
.form-control-lg
, and set widths using grid column classes like
.col-lg-*
.
Column sizing
Wrap inputs in grid columns, or any custom parent element, to easily enforce desired widths.
Bootstrap includes validation styles for danger, warning, and success states on form controls. To use, add
.has-warning
,
.has-danger
, or
.has-success
to the parent element. Any
.form-control-label
,
.form-control
, and
.text-help
within that element will receive the validation styles.
For even more customization and cross browser consistency, use our completely custom form elements to replace the browser defaults. They’re built on top of semantic and accessible markup, so they’re solid replacements for any default form control.