Add the below css to get the Check box aligned to Text

input[type="radio"] {
  margin-top: -2px;
  vertical-align: middle;
}

Comments are closed.