UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

27 lines (20 loc) 1.08 kB
--- title: radio subtitle: Radio type: Widgets --- Radio. ## API ### schema | Property | Description | Type | Default | |--------------|------------------------------|----------------------|---------| | `[readOnly]` | Whether to disable the state | `boolean` | - | | `[enum]` | Render radio group | `SFSchemaEnumType[]` | - | ### ui | Property | Description | Type | Default | |---------------|-------------------------|----------------------------------------|-----------| | `[asyncData]` | Async data source | `() => Observable<SFSchemaEnumType[]>` | - | | `[size]` | Size of the `nz-radio` | `string` | - | | `[styleType]` | Style of the `nz-radio` | `default, button` | `default` | | `[change]` | Changed event | `(res: SFValue) => void` | - | | `[buttonStyle]` | style type of radio button | `'outline'|'solid'` | `'outline'` |