Skip to main content

bp-sdk-radio-dialog

Custom element hooks

NameDescription
bp-sdk-external-radio-dialogdisable html

Classes

NameDescription
bp-sdk-radio-dialog__containerRoot div element
bp-sdk-radio-dialog__labelDiv element that renders html label
bp-sdk-radio-dialog__radioRadio element that renders bp-sdk-radio-input

Properties

PropertyAttributeDescriptionTypeDefault
answerIdanswer-idAnswer idstringundefined
answeredBySourceanswered-by-sourceSpecifically how the question was answered (ie. "ACORD 126")stringundefined
choiceIdchoice-idSelected choicestringundefined
choices--Choices to displayIChoice[][]
code (required)codequestion codestringundefined
errorTexterror_textError textstringundefined
errors--Error messagesstring[]undefined
fieldTypefield_typeField typestringundefined
helpTexthelp-textHelp textstringundefined
isCompletedis_completedIs answer in complete statebooleanfalse
isReadOnlyis-read-onlyWhen true, the field will be readonly. It will display only the label and value as plain text.booleanfalse
isRequiredis-requiredIs requiredbooleanundefined
labellabelLabel to displaystringundefined
labelledBylabelled-byLabels that describe groupstringundefined
pristinepristineIs pristinebooleantrue
questionIdquestion_idQuestion idstringundefined
touchedtouchedIs touchedbooleanfalse

Dependencies

Used by

Depends on

Graph

graph TD; bp-sdk-radio-dialog --> bp-sdk-dialog bp-sdk-radio-dialog --> bp-sdk-radio-input bp-sdk-dialog --> bp-sdk-dialog-close-button bp-sdk-dialog-close-button --> bp-sdk-button bp-sdk-dialog-close-button --> bp-sdk-icon-container bp-sdk-radio-input --> bp-sdk-errors-container bp-sdk-errors-container --> bp-sdk-errors bp-sdk-dynamic-input --> bp-sdk-radio-dialog style bp-sdk-radio-dialog fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS