Fieldset
Last updated
Was this helpful?
Was this helpful?
<fieldset id="foo" class="bar">
<legend id="baz">Your Inputs for Personal details</legend>
<label>Personal Detail</label>
<input>
</fieldset>fieldset disabled: true do
legend text: 'input legend'
input
end<fieldset disabled="disabled">
<legend>input legend</legend>
<input>
</fieldset>