Text field

<div class="textfield ">
    <label class="textfield__label" for="testId1">Input labels</label>
    <div class="textfield__control ">
        <input class="textfield__input" id="testId1" placeholder="Write some value here!" type="text" value="" />
        <div class="textfield__notice">See on kohustuslik väli!</div>
    </div>
</div>
{
  "label": "Input labels",
  "id": "testId1",
  "placeholder": "Write some value here!",
  "helpText": "See on kohustuslik väli!",
  "type": "text"
}