Skip to content

CSS: radio-input-group

.instui-radio-input-group — rheolaeth radio dewis sengl <fieldset>, syml neu fel toggl segmentiedig cysylltiedig.

Mae'n gosod ei gap ei hun rhwng radïoedd; pan gaiff modiwr cyfleuster gofod -gap-* ei gadwynu, mae'n newid y gwerth adeiledig hwnnw.

Source: radio-input-group.css

Hygyrchedd

Yn rendro <fieldset> brodorol gyda <legend> sy'n enwi'r grŵp; mae'r radïoedd plentyn yn rhannu un name, felly dim ond un gellir ei ddewis ar y tro.

Defnydd

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/radio-input-group.css";

Enghreifftiau

html
<fieldset class="instui-radio-input-group">
  <legend>T-shirt size</legend>
  <label class="instui-radio"><input type="radio" name="size" checked> Small</label>
  <label class="instui-radio"><input type="radio" name="size"> Medium</label>
  <label class="instui-radio"><input type="radio" name="size"> Large</label>
</fieldset>

Toggle variant

html
<fieldset class="instui-radio-input-group -variant-toggle">
  <legend>T-shirt size</legend>
  <label class="instui-radio -variant-toggle"><input type="radio" name="size" checked> Small</label>
  <label class="instui-radio -variant-toggle"><input type="radio" name="size"> Medium</label>
  <label class="instui-radio -variant-toggle"><input type="radio" name="size"> Large</label>
</fieldset>

Strwythur

text
.instui-radio-input-group.-variant-toggle
  legend
  radio (component)
    input
flowchart TD n0[".instui-radio-input-group.-variant-toggle"]:::cssdoc-root n1("legend"):::cssdoc-part n2(["radio"]):::cssdoc-component n3("input"):::cssdoc-part n0 --> n1 n2 --> n3 n0 --> n2 click n2 "/api/css/radio.md" classDef cssdoc-root stroke-width:1px; classDef cssdoc-part stroke-width:1px; classDef cssdoc-slot stroke-width:1px; classDef cssdoc-component stroke-width:1px;

Modyfiwyr

ModyfiwrDisgrifiad
.-layout-columnsTrefnwch y radïoedd mewn colofnau.
.-layout-inlineTrefnwch y radïoedd yn linol.
.-requiredMarc y grŵp fel yn ofynnol.
.-variant-toggleTrefnwch y togglau plentyn fel rheolaeth segmentiedig (dim ond y segment a ddewisir sy'n llenwi).

Is-elfennau

Is-elfenDisgrifiad
::afterYn rendro seren addurnol maes-gorfodol ar ôl testun y legend pan fo'r grŵp yn ofynnol.

Tocynnau a ddefnyddiwyd

TokenMathGwerth
--instui-component-form-field-layout-asterisk-color<color>LightDarklight-dark(#CF1F24, #FA917F)
--instui-component-form-field-layout-font-family[ <font-family-name> | <generic-font-family> ]#Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif
--instui-component-form-field-layout-font-size<length>1rem
--instui-component-form-field-layout-font-weight<integer>400
--instui-component-form-field-layout-gap-inputs<length>0.75rem
--instui-component-form-field-layout-gap-primitives<length>0.5rem
--instui-component-form-field-layout-line-height<length>1.125rem
--instui-component-form-field-layout-text-color<color>LightDarklight-dark(#273540, #ffffff)
--instui-spacing-space-md<length>0.75rem

Is-gydrannau

Perthnasol

  • radio — Y rheolaeth unigol y mae'r grŵp hwn yn ei chasglu.
  • form-field-group — Y gorchudd cyffredinol ar gyfer grwpio a threfnu meysydd.